From 4b1db465bda7c7ec3b6e53aed529118d580f12a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Mon, 5 Apr 2010 16:54:49 +0400 Subject: [PATCH] Increase version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c4b5e0..6fca3b8 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup setup( name = 'calculate-lib', - version = "2.1.7", + version = "2.1.8", description = "The library for Calculate 2", author = "Mir Calculate Ltd.", author_email = "support@calculate.ru",