From: Michael Tremer Date: Mon, 27 Dec 2010 17:33:29 +0000 (+0100) Subject: Bump version 0.14. X-Git-Tag: v2.0.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e420fdfe6b18fb881eb531fce1d8bf568a096081;p=oddments%2Ffireinfo.git Bump version 0.14. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index 650a572..7343bd7 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "0.13.1" +__version__ = "0.14" from system import System diff --git a/setup.py b/setup.py index 162bf86..898e2cd 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "0.13.1", + version = "0.14", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team",