From 62a814dec465e5addff32e09fa9c2c6bfd9c733c Mon Sep 17 00:00:00 2001 From: swilly22 Date: Tue, 22 Sep 2020 11:00:26 +0300 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',