From b6d79d80db3a8d83bb0976e9cad59a56a3af9705 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Thu, 1 Sep 2011 09:23:34 +0400 Subject: [PATCH] Update versions --- README | 6 +++--- pym/cl_builder.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 698db6f..a0f3228 100644 --- a/README +++ b/README @@ -4,9 +4,9 @@ INSTALL ------- calculate-builder needs the following library version installed, in order to run: - calculate-builder >= 2.2.22 - calculate-install >= 2.2.22 - calculate-lib >= 2.2.22 + calculate-builder >= 2.2.23 + calculate-install >= 2.2.23 + calculate-lib >= 2.2.23 To install calculate-builder , just execute the install script 'setup.py'. Example: diff --git a/pym/cl_builder.py b/pym/cl_builder.py index b6e3582..0fc4d6e 100644 --- a/pym/cl_builder.py +++ b/pym/cl_builder.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-builder" import os diff --git a/setup.py b/setup.py index ff5b990..180ad9f 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from distutils.command.install_data import install_data __app__ = "calculate-builder" -__version__ = "2.2.22" +__version__ = "2.2.23" data_files = []