From b24f03e2cebbe6a3a6ab73eea4239b8e4306e41d Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Wed, 9 Oct 2013 12:21:22 +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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/datavars.py b/install/datavars.py index 22c6082..00b7430 100644 --- a/install/datavars.py +++ b/install/datavars.py @@ -15,7 +15,7 @@ # limitations under the License. __app__ = 'calculate-install' -__version__ = '3.1.7' +__version__ = '3.1.8' import os import sys diff --git a/setup.py b/setup.py index 796eedd..7a20d01 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # limitations under the License. __app__ = 'calculate-install' -__version__ = '3.1.7' +__version__ = '3.1.8' import os import stat