diff --git a/setup.py b/setup.py index c558f06..2d230bf 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read_all(f): setup( name='redisgraph', - version='2.1.2', + version='2.1.3', description='RedisGraph Python Client', long_description=read_all("README.md"), long_description_content_type='text/markdown',