diff --git a/setup.py b/setup.py index d28a362..8f50d08 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read_all(f): setup( name='redisgraph', - version='2.1.4', + version='2.1.5', description='RedisGraph Python Client', long_description=read_all("README.md"), long_description_content_type='text/markdown',