From 4a714aa64036b2a86a3da589b5d7a92a05726477 Mon Sep 17 00:00:00 2001 From: dvora-h <67596500+dvora-h@users.noreply.github.com> Date: Tue, 22 Feb 2022 15:57:55 +0200 Subject: [PATCH] v4.2.0-rc1 (#2005) * v4.2.0-rc1 * 4.2.0rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6d5cf0679..7109ed45c7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description_content_type="text/markdown", keywords=["Redis", "key-value store", "database"], license="MIT", - version="4.1.2", + version="4.2.0rc1", packages=find_packages( include=[ "redis",