From: Michael Tremer Date: Tue, 18 Jan 2011 18:53:03 +0000 (+0100) Subject: Bump version 2.0.3. X-Git-Tag: v2.0.3 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0540eb3cc49bf9688183a7d48ea992553ea9f347;p=oddments%2Ffireinfo.git Bump version 2.0.3. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index 365e743..3c6206b 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.0.2" +__version__ = "2.0.3" from system import System diff --git a/setup.py b/setup.py index c1b28c5..4a077c6 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.0.2", + version = "2.0.3", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team",