From 795e4b6a6e5ed10774d413e934fec266f1136b33 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 16 Sep 2012 19:11:50 +0200 Subject: [PATCH] Bump version to 2.1.6. --- 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 32b7db8..8c9a769 100644 --- a/fireinfo/__init__.py +++ b/fireinfo/__init__.py @@ -19,6 +19,6 @@ # # ############################################################################### -__version__ = "2.1.5" +__version__ = "2.1.6" from system import System diff --git a/setup.py b/setup.py index 7a421c6..47534b3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup, Extension setup( name = "fireinfo", - version = "2.1.5", + version = "2.1.6", description = "Hardware information gathering library.", license = "GPLv3", author = "IPFire.org Team", -- 2.47.2