]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Bump version 2.0.0. v2.0.0
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Dec 2010 14:10:02 +0000 (15:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Dec 2010 14:10:02 +0000 (15:10 +0100)
fireinfo/__init__.py
setup.py

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