From d2b711b7dfaa4946ee3b1e8bf4d93bd021b982ee Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 4 Sep 2011 12:49:59 +0000 Subject: [PATCH] Bump version 2.1.0. --- fireinfo/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fireinfo/__init__.py b/fireinfo/__init__.py index d605d93..f847be8 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.0.5" +__version__ = "2.1.0" from system import System diff --git a/setup.py b/setup.py index cfe3e1d..d5ef8b5 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.0.5", + version = "2.1.0", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team", -- 2.47.2