From: Michael Tremer Date: Thu, 30 Dec 2010 14:10:02 +0000 (+0100) Subject: Bump version 2.0.0. X-Git-Tag: v2.0.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7c3f8aacd38efcb5aad44f097a55db004b00c2;p=oddments%2Ffireinfo.git Bump version 2.0.0. --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index 7343bd7..026c0c9 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "0.14" +__version__ = "2.0.0" from system import System diff --git a/setup.py b/setup.py index 898e2cd..bb7036c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "0.14", + version = "2.0.0", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team",