From b30c4154d7d5c6a4ddfe5c19d453b51c1b345e98 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Thu, 20 Jan 2011 17:48:27 +0300 Subject: [PATCH] Increase version. --- README | 2 +- pym/cl_install.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index eff886a..2abf70a 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ INSTALL ------- calculate-install needs the following library version installed, in order to run: - calculate-lib >= 2.2.7 + calculate-lib >= 2.2.8 To install calculate-install , just execute the install script 'setup.py'. Example: diff --git a/pym/cl_install.py b/pym/cl_install.py index 5ed1a25..a9b0a9c 100644 --- a/pym/cl_install.py +++ b/pym/cl_install.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.2.7" +__version__ = "2.2.8" __app__ = "calculate-install" import os diff --git a/setup.py b/setup.py index f1afafd..c5a3de9 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ class cl_install_data(install_data): setup( name = 'calculate-install', - version = "2.2.7", + version = "2.2.8", description = "Calculate Linux installer", author = "Calculate Ltd.", author_email = "support@calculate.ru",