diff --git a/pym/cl_utils2.py b/pym/cl_utils2.py index caea61c..0c52ab9 100644 --- a/pym/cl_utils2.py +++ b/pym/cl_utils2.py @@ -13,7 +13,6 @@ # 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.13" import sys sys.path.append('/var/tmp/calculate2/calculate-lib/trunk/pym') diff --git a/setup.py b/setup.py index 1d237d3..2410f5f 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from distutils.core import setup setup( name = 'calculate-lib', - version = "2.0.13", + version = "2.0.14", description = "The library for Calculate 2", author = "Calculate Pack", author_email = "support@calculate.ru",