From 1e0eb281350ed8c9570e944f3752483afa1bb4a9 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 22 Jun 2012 14:56:26 +0400 Subject: [PATCH] Update versions --- README | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 729e6d5..c0aadb1 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.25 + calculate-lib >= 3.0.0_beta2 To install calculate-install , just execute the install script 'setup.py'. Example: diff --git a/setup.py b/setup.py index 1508396..0a34e83 100755 --- a/setup.py +++ b/setup.py @@ -169,7 +169,7 @@ class build( distutils.command.build.build ) : setup( name = 'calculate-install', - version = "2.2.25", + version = "3.0.0_beta2", description = "Calculate Linux installer", author = "Calculate Ltd.", author_email = "support@calculate.ru",