From 29c200e0c7139aadbb86016cd347e24ba79c4467 Mon Sep 17 00:00:00 2001 From: asamoukin Date: Thu, 20 Nov 2008 08:29:50 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/calculate2/calculate-client/trunk@564 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_client.py b/pym/cl_client.py index 1bf424d..95becae 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -28,7 +28,7 @@ import types import getpass import _cl_keys -Version = "calculate-client 0.0.1" +Version = "calculate-client 0.0.3" tr = cl_base.lang() tr.setLanguage(sys.modules[__name__])