From a9bcb8884443dd9b0ec20eb66b58dbd673f1bca8 Mon Sep 17 00:00:00 2001 From: mhiretskiy Date: Fri, 5 Jun 2009 05:08:30 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B2=D1=8B=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20calculate-lib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@1657 c91db197-33c1-4113-bf15-f8a5c547ca64 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c426886..565083c 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup setup( name = 'calculate-lib', - version = "2.0.16", + version = "2.0.17", description = "The library for Calculate 2", author = "Calculate Pack", author_email = "support@calculate.ru",