]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Bump version 2.0.3. v2.0.3
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Jan 2011 18:53:03 +0000 (19:53 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Jan 2011 18:53:03 +0000 (19:53 +0100)
fireinfo/__init__.py
setup.py

index 365e7432825dcf5468464f3e70156dd6120c34b6..3c6206b14ecad71b36632b124a7d568661d9796e 100644 (file)
@@ -19,6 +19,6 @@
 #                                                                             #
 ###############################################################################
 
-__version__ = "2.0.2"
+__version__ = "2.0.3"
 
 from system import System
index c1b28c5c567af90858621caf0e4abdd375e92e2b..4a077c68edbdbad20ae33bf3027877bd54aa1183 100644 (file)
--- 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",