Skip to content

Commit 2edf738

Browse files
committed
Upgrade version to 1.4.6
1 parent f79e3b8 commit 2edf738

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyorient/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Driver Constants
55
#
66
NAME = "OrientDB Python binary client (pyorient)"
7-
VERSION = "1.4.5c"
7+
VERSION = "1.4.6"
88
SUPPORTED_PROTOCOL = 32
99

1010
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from setuptools import setup
2020

2121
setup(name='pyorient',
22-
version='1.4.5c',
22+
version='1.4.6',
2323
author='Niko Usai <mogui83@gmail.com>, Domenico Lupinetti <ostico@gmail.com>',
2424
description='OrientDB native client library',
2525
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)