From 3f0baeae6c63f3afb8ea8cf1cdff35c9647c92f0 Mon Sep 17 00:00:00 2001 From: mikeqfu Date: Fri, 6 Mar 2020 12:13:31 +0000 Subject: [PATCH] updated setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 56b54c8..573c7bc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='pyhelpers', - version='1.0.24', + version='1.0.25', author='Qian Fu', author_email='qian.fu@outlook.com', @@ -29,7 +29,7 @@ 'psycopg2', 'python-rapidjson', # 'pyodbc', - # 'pyproj', + 'pyproj', 'requests', # 'shapely', 'sqlalchemy',