From e4781e9bce5f0e00fb0fa53d0f8cc1194cda603c Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Thu, 1 Sep 2011 09:22:59 +0400 Subject: [PATCH] Update versions --- README | 2 +- pym/cl_install.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index e4031e2..1b335cf 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.22 + calculate-lib >= 2.2.23 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 43752b9..f19f198 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.22" +__version__ = "2.2.23" __app__ = "calculate-install" import os diff --git a/setup.py b/setup.py index 748151f..9d4801f 100755 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ class build( distutils.command.build.build ) : setup( name = 'calculate-install', - version = "2.2.22", + version = "2.2.23", description = "Calculate Linux installer", author = "Calculate Ltd.", author_email = "support@calculate.ru",