From 8df450f64a336089bbf1b0ee4fae5c3cb6f58b03 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 31 Aug 2012 10:20:28 +0400 Subject: [PATCH] Version update --- install/datavars.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/datavars.py b/install/datavars.py index 508c8fe..c2eee2b 100644 --- a/install/datavars.py +++ b/install/datavars.py @@ -15,7 +15,7 @@ # limitations under the License. __app__ = 'calculate-install' -__version__ = '3.0.0' +__version__ = '3.0.2' import os import sys diff --git a/setup.py b/setup.py index 0a34e83..2b1c339 100755 --- a/setup.py +++ b/setup.py @@ -169,7 +169,7 @@ class build( distutils.command.build.build ) : setup( name = 'calculate-install', - version = "3.0.0_beta2", + version = "3.0.2", description = "Calculate Linux installer", author = "Calculate Ltd.", author_email = "support@calculate.ru",