From: Michael Tremer Date: Sun, 4 Sep 2011 13:16:56 +0000 (+0000) Subject: Bump version to 2.1.1. X-Git-Tag: v2.1.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bedbf07df284e926e3b96dad9da273d3a6d4f82;p=oddments%2Ffireinfo.git Bump version to 2.1.1. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index f847be8..ab5a39b 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.1.0" +__version__ = "2.1.1" from system import System diff --git a/setup.py b/setup.py index d5ef8b5..f13c3e9 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.1.0", + version = "2.1.1", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team",