From d87df50247bce22c0c58be6367e311927de3ac79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 18 Jun 2013 08:49:12 +0400 Subject: [PATCH] Update version --- setup.py | 6 +++--- update/datavars.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 3079c21..4094487 100755 --- a/setup.py +++ b/setup.py @@ -18,13 +18,13 @@ # limitations under the License. __app__ = "calculate-update" -__version__ = "3.1.4" +__version__ = "3.1.6" from distutils.core import setup setup( - name = 'calculate-update', - version = "3.1.4", + name = __app__, + version = __version__, description = "Update system utilities", author = "Calculate Ltd.", author_email = "support@calculate.ru", diff --git a/update/datavars.py b/update/datavars.py index 7afc0b0..e482f29 100644 --- a/update/datavars.py +++ b/update/datavars.py @@ -15,7 +15,7 @@ # limitations under the License. __app__ = 'calculate-update' -__version__ = '3.1.4' +__version__ = '3.1.6' import os import sys