From 994f044bd842c907f37c82efee74f7a871030056 Mon Sep 17 00:00:00 2001 From: Domenico Lupinetti Date: Sat, 10 Oct 2015 20:31:38 +0200 Subject: [PATCH] Upgraded to version 1.4.5c --- pyorient/constants.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyorient/constants.py b/pyorient/constants.py index 8a84c038..44cb5eed 100644 --- a/pyorient/constants.py +++ b/pyorient/constants.py @@ -4,7 +4,7 @@ # Driver Constants # NAME = "OrientDB Python binary client (pyorient)" -VERSION = "1.4.5b" +VERSION = "1.4.5c" SUPPORTED_PROTOCOL = 32 # diff --git a/setup.py b/setup.py index b8e3bda7..47c217f8 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import setup setup(name='pyorient', - version='1.4.5b', + version='1.4.5c', author='Niko Usai , Domenico Lupinetti ', description='OrientDB native client library', long_description=open('README.rst').read(),