]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Bump version 2.0.4. v2.0.4
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jan 2011 19:23:55 +0000 (20:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jan 2011 19:23:55 +0000 (20:23 +0100)
fireinfo/__init__.py
setup.py

index 3c6206b14ecad71b36632b124a7d568661d9796e..d0f0a45ddbff98b050067fc6b0b5606a79ad1e39 100644 (file)
@@ -19,6 +19,6 @@
 #                                                                             #
 ###############################################################################
 
-__version__ = "2.0.3"
+__version__ = "2.0.4"
 
 from system import System
index 4a077c68edbdbad20ae33bf3027877bd54aa1183..9a34cc573acf25d686b8764b097b9abd3a32fc17 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ from distutils.core import setup, Extension
 
 setup(
        name = "fireinfo",
-       version = "2.0.3",
+       version = "2.0.4",
        description = "Hardware information gathering library.",
        license = "GPLv3",
        author = "IPFire.org Team",