diff options
author | dvora-h <67596500+dvora-h@users.noreply.github.com> | 2022-03-14 16:38:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 16:38:34 +0200 |
commit | 95b32682b1924dcba4944ef383390c29aea18085 (patch) | |
tree | 84186ce43ac26972d0e4a8898f70cb856d7f6bc6 /setup.py | |
parent | 4b2247645443ba27a3f5dc65a92735a406bac9f8 (diff) | |
download | redis-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |