summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-03-14 16:38:34 +0200
committerGitHub <noreply@github.com>2022-03-14 16:38:34 +0200
commit95b32682b1924dcba4944ef383390c29aea18085 (patch)
tree84186ce43ac26972d0e4a8898f70cb856d7f6bc6 /setup.py
parent4b2247645443ba27a3f5dc65a92735a406bac9f8 (diff)
downloadredis-py-95b32682b1924dcba4944ef383390c29aea18085.tar.gz
v4.2.0rc3 (#2051)v4.2.0rc3
Co-authored-by: Chayim <chayim@users.noreply.github.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8a48309..7bd0d9b 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(
long_description_content_type="text/markdown",
keywords=["Redis", "key-value store", "database"],
license="MIT",
- version="4.2.0rc2",
+ version="4.2.0rc3",
packages=find_packages(
include=[
"redis",