From: Michael Tremer Date: Fri, 18 Nov 2011 12:03:09 +0000 (+0100) Subject: Bump version to 2.1.3. X-Git-Tag: v2.1.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fed7c0c29f06028f9cc439335cd006d0c194f9b;p=oddments%2Ffireinfo.git Bump version to 2.1.3. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index d059b80..89bea84 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.1.2" +__version__ = "2.1.3" from system import System diff --git a/setup.py b/setup.py index 657e0f2..f1060a3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.1.2", + version = "2.1.3", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team",