From: Michael Tremer Date: Sun, 4 Sep 2011 12:49:59 +0000 (+0000) Subject: Bump version 2.1.0. X-Git-Tag: v2.1.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2b711b7dfaa4946ee3b1e8bf4d93bd021b982ee;p=oddments%2Ffireinfo.git Bump version 2.1.0. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index d605d93..f847be8 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.0.5" +__version__ = "2.1.0" from system import System diff --git a/setup.py b/setup.py index cfe3e1d..d5ef8b5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.0.5", + version = "2.1.0", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team",