We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79e3b8 commit 2edf738Copy full SHA for 2edf738
2 files changed
pyorient/constants.py
@@ -4,7 +4,7 @@
4
# Driver Constants
5
#
6
NAME = "OrientDB Python binary client (pyorient)"
7
-VERSION = "1.4.5c"
+VERSION = "1.4.6"
8
SUPPORTED_PROTOCOL = 32
9
10
setup.py
@@ -19,7 +19,7 @@
19
from setuptools import setup
20
21
setup(name='pyorient',
22
- version='1.4.5c',
+ version='1.4.6',
23
author='Niko Usai <mogui83@gmail.com>, Domenico Lupinetti <ostico@gmail.com>',
24
description='OrientDB native client library',
25
long_description=open('README.rst').read(),
0 commit comments