Skip to content

Commit

Permalink
Upgraded to version 1.4.5c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostico committed Oct 10, 2015
1 parent f48eb05 commit 994f044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyorient/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Driver Constants
#
NAME = "OrientDB Python binary client (pyorient)"
VERSION = "1.4.5b"
VERSION = "1.4.5c"
SUPPORTED_PROTOCOL = 32

#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from setuptools import setup

setup(name='pyorient',
version='1.4.5b',
version='1.4.5c',
author='Niko Usai <mogui83@gmail.com>, Domenico Lupinetti <ostico@gmail.com>',
description='OrientDB native client library',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 994f044

Please sign in to comment.