From 05add44891948dba7eb9c72ac947645484f9572a Mon Sep 17 00:00:00 2001 From: asamoukin Date: Fri, 13 Mar 2009 10:54:22 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BD=D1=83=D0=BC=D0=B5=D1=80=D0=B0=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9?= 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@1038 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_utils2.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/cl_utils2.py b/pym/cl_utils2.py index 671dd60..56ddd87 100644 --- a/pym/cl_utils2.py +++ b/pym/cl_utils2.py @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -Version = "calculate-server 2.0.11" +Version = "calculate-server 2.0.12" import sys sys.path.append('/var/tmp/calculate2/calculate-lib/trunk/pym') diff --git a/setup.py b/setup.py index da492c7..cbe4eea 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup setup( name = 'calculate-lib', - version = "2.0.11", + version = "2.0.12", description = "The library for Calculate 2", author = "Calculate Pack", author_email = "support@calculate.ru",