diff --git a/pym/cl_client.py b/pym/cl_client.py index da095e4..3bb8dd0 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -33,7 +33,7 @@ import stat import popen2 import time -Version = "calculate-client 2.0.17" +Version = "calculate-client 2.0.18" tr = cl_base.lang() tr.setLanguage(sys.modules[__name__]) diff --git a/pym/cl_vars_client.py b/pym/cl_vars_client.py index 46e1349..074665f 100644 --- a/pym/cl_vars_client.py +++ b/pym/cl_vars_client.py @@ -135,7 +135,7 @@ class Data: cl_name = {'value':'calculate-client'} # версия программы - cl_ver = {'value':'2.0.17'} + cl_ver = {'value':'2.0.18'} # Режим работы клиента клиент # (local или имя хоста клиента) diff --git a/setup.py b/setup.py index 7797aa2..e386e68 100755 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ class cl_install_data(install_data): setup( name = 'calculate-client', - version = "2.0.17", + version = "2.0.18", description = "Client for the calculate-server", author = "Calculate Pack", author_email = "support@calculate.ru",