]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Bump version 2.0.1. v2.0.1
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 31 Dec 2010 15:27:22 +0000 (16:27 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 31 Dec 2010 15:27:22 +0000 (16:27 +0100)
fireinfo/__init__.py
setup.py

index 026c0c9fe0811f6eebeb6e0e7b109942b3ac3dcb..0b8be2a7342a9bee441b656a9ec01c2738db4ab4 100644 (file)
@@ -19,6 +19,6 @@
 #                                                                             #
 ###############################################################################
 
-__version__ = "2.0.0"
+__version__ = "2.0.1"
 
 from system import System
index bb7036c7d8ef035453ae1032ada4c7eeaa1d0976..8ea6a70eb4121729f2afd3d0d6a70768bb6bbdd7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from distutils.core import setup, Extension
 
 setup(
        name = "fireinfo",
-       version = "2.0.0",
+       version = "2.0.1",
        description = "Hardware information gathering library.",
        license = "GPLv3",
        author = "IPFire.org Team",