From a0b1b74304929d12b124488629548b7ab053c4d0 Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Wed, 28 Aug 2013 13:58:55 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/datavars.py | 2 +- setup.py | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/install/datavars.py b/install/datavars.py index 81a6510..4f3c485 100644 --- a/install/datavars.py +++ b/install/datavars.py @@ -15,7 +15,7 @@ # limitations under the License. __app__ = 'calculate-install' -__version__ = '3.1.6' +__version__ = '3.1.7' import os import sys diff --git a/setup.py b/setup.py index 1858243..796eedd 100755 --- a/setup.py +++ b/setup.py @@ -17,6 +17,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +__app__ = 'calculate-install' +__version__ = '3.1.7' + import os import stat from distutils.core import setup, Extension @@ -168,8 +171,8 @@ class build( distutils.command.build.build ) : setup( - name = 'calculate-install', - version = "3.1.6", + name = __app__, + version = __version__, description = "Calculate Linux installer", author = "Calculate Ltd.", author_email = "support@calculate.ru",