From f30dfa932f89a94011fd37abf9c9e4cf14f19461 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, 20 Apr 2010 15:33:18 +0400 Subject: [PATCH] Increase version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96c164d..3e60076 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup setup( name = 'calculate-lib', - version = "2.1.9", + version = "2.1.10", description = "The library for Calculate 2", author = "Mir Calculate Ltd.", author_email = "support@calculate.ru",