From: Michael Tremer Date: Fri, 31 Dec 2010 15:27:22 +0000 (+0100) Subject: Bump version 2.0.1. X-Git-Tag: v2.0.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab6de84344923961a7d75b0abdbd64e82ed3897;p=oddments%2Ffireinfo.git Bump version 2.0.1. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index 026c0c9..0b8be2a 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.0.0" +__version__ = "2.0.1" from system import System diff --git a/setup.py b/setup.py index bb7036c..8ea6a70 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.0.0", + version = "2.0.1", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team",