From fa9925f0f66658f30c5d37ece6a249fdc5025ab6 Mon Sep 17 00:00:00 2001 From: nikulukani Date: Thu, 6 Jul 2017 04:03:31 -0400 Subject: [PATCH] Sync version with pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa4a287..41c7077 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ language="c++", libraries=["stdc++"]) setup( name = "pyorient_native", - version="1.1.3", + version="1.2.1", description="OrientDB Binary Serialization package for python", author="Nikul Ukani", author_email="nhu2001@columbia.edu",