From 179390f313768e04778693a123ad655bfda8fd8b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 28 Feb 2013 23:29:52 +0100 Subject: [PATCH] Bump version to 2.1.7. --- 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 8c9a769..86fcc66 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.1.6" +__version__ = "2.1.7" from system import System diff --git a/setup.py b/setup.py index 47534b3..8149f0a 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.1.6", + version = "2.1.7", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team", -- 2.47.3