From cd18f0e240c81fbc5758e9c35d3571b29d91c505 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Mon, 18 Oct 2010 11:10:33 +0400 Subject: [PATCH] Increase version. --- pym/cl_install.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/cl_install.py b/pym/cl_install.py index 2b4d3b4..22e355e 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.0.0" +__version__ = "2.2.0.1" __app__ = "calculate-install" import os diff --git a/setup.py b/setup.py index 6175048..e0671b9 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ class cl_install_data(install_data): setup( name = 'calculate-install', - version = "2.2.0", + version = "2.2.0.1", description = "Calculate Linux installer", author = "Calculate Ltd.", author_email = "support@calculate.ru",