From 3311e3f76a9a25db38025b08b33ffc50f5ad8bf0 Mon Sep 17 00:00:00 2001 From: Aditya Kishore Date: Tue, 5 Dec 2023 22:17:58 -0800 Subject: [PATCH] Setting next version to 1.1.7 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fba6b74..07a1310 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,13 @@ setup(name='maprdb_python_client', - version='1.1.6', + version='1.1.7', description='MapR-DB Python Client', url='https://github.com/mapr/maprdb-python-client/', author='MapR, Inc.', keywords='ojai python client mapr maprdb', packages=find_packages(exclude=['test*', 'docs*', 'examples*']), + setup_requires=['wheel'], install_requires=['aenum>=2.0.10', 'grpcio>=1.9.1', 'grpcio-tools>=1.9.1', 'ojai-python-api>=1.1', 'python-dateutil>=2.6.1', 'retrying>=1.3.3', 'future>=0.16.0'], python_requires='>=2.7.*',