From: Michael Tremer Date: Wed, 26 Jan 2011 19:23:55 +0000 (+0100) Subject: Bump version 2.0.4. X-Git-Tag: v2.0.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a734b7faf961486fd23a4dd88ffd7ad9f296c533;p=oddments%2Ffireinfo.git Bump version 2.0.4. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index 3c6206b..d0f0a45 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.0.3" +__version__ = "2.0.4" from system import System diff --git a/setup.py b/setup.py index 4a077c6..9a34cc5 100644 --- 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",