From 8af06b2c8e550af0c5972614b560f6ee1c730e1c Mon Sep 17 00:00:00 2001 From: filipe oliveira Date: Fri, 2 Oct 2020 19:07:38 +0100 Subject: [PATCH] Version bump to 1.4.1 (#71) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7cb72b9..290f073 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read_all(f): setup( name='redistimeseries', - version="1.4.0", + version="1.4.1", description='RedisTimeSeries Python Client', long_description=read_all("README.md"), long_description_content_type='text/markdown',