From: Michael Tremer Date: Wed, 5 Jan 2011 15:32:54 +0000 (+0100) Subject: Bump version 2.0.2. X-Git-Tag: v2.0.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418b2e9630bb42a7e3339f03c3297b0fb12daeea;p=oddments%2Ffireinfo.git Bump version 2.0.2. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index 0b8be2a..365e743 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.0.1" +__version__ = "2.0.2" from system import System diff --git a/setup.py b/setup.py index 8ea6a70..c1b28c5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.0.1", + version = "2.0.2", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team",