Skip to content

Commit

Permalink
Upgraded version to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostico committed Apr 29, 2017
1 parent 5366a67 commit 3d0391c
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.5.3b"
VERSION = "1.5.5"
SUPPORTED_PROTOCOL = 36

#
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.5.4',
version='1.5.5',
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 3d0391c

Please sign in to comment.