From: Michael Tremer Date: Tue, 21 Dec 2010 11:55:51 +0000 (+0100) Subject: That version importing from the module did not work :( X-Git-Tag: v0.12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63419168ce5346123565ef47da2a423d7773bcbb;p=oddments%2Ffireinfo.git That version importing from the module did not work :( --- diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index fccd159..5ab4fd4 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/python -__version__ = "0.11" +__version__ = "0.12" from system import System diff --git a/setup.py b/setup.py index dd0076a..8621322 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,9 @@ from distutils.core import setup, Extension -import fireinfo - setup( name = "fireinfo", - version = fireinfo.__version__, + version = "0.12", description = "Hardware information gathering library.", author = "IPFire.org Team", author_email = "info@ipfire.org",