diff --git a/setup.py b/setup.py index 0c4c4e2..3e1d691 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read_all(f): setup( name='redisgraph', - version='2.2.3', + version='2.2.4', description='RedisGraph Python Client', long_description=read_all("README.md"), long_description_content_type='text/markdown',