diff options
author | dvora-h <67596500+dvora-h@users.noreply.github.com> | 2022-03-08 10:34:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 10:34:23 +0200 |
commit | 6df00190f386f50c5ac5c0b34f30c547dfd40b5c (patch) | |
tree | 01060b6437a5d4b34b2a0cb3d46c4a72ef5b7321 /setup.py | |
parent | 5bf9034266e89b9573a4efe2d4bbe56a961409eb (diff) | |
download | redis-py-6df00190f386f50c5ac5c0b34f30c547dfd40b5c.tar.gz |
v4.2.0rc2 (#2037)v4.2.0rc2
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.0rc1", + version="4.2.0rc2", packages=find_packages( include=[ "redis", |