]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Bump version 2.0.2. v2.0.2
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Jan 2011 15:32:54 +0000 (16:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Jan 2011 15:32:54 +0000 (16:32 +0100)
fireinfo/__init__.py
setup.py

index 0b8be2a7342a9bee441b656a9ec01c2738db4ab4..365e7432825dcf5468464f3e70156dd6120c34b6 100644 (file)
@@ -19,6 +19,6 @@
 #                                                                             #
 ###############################################################################
 
-__version__ = "2.0.1"
+__version__ = "2.0.2"
 
 from system import System
index 8ea6a70eb4121729f2afd3d0d6a70768bb6bbdd7..c1b28c5c567af90858621caf0e4abdd375e92e2b 100644 (file)
--- 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",