diff options
author | Chayim <chayim@users.noreply.github.com> | 2022-11-21 16:15:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 16:15:12 +0200 |
commit | 900016b548e3735b81fe88949ac03f03aa32bc06 (patch) | |
tree | d63c5308e052d571c957be36971f0449a5bd37c7 /setup.py | |
parent | 7424e6557a3c3ab88c5446e04f39c3748b97cad6 (diff) | |
download | redis-py-4.3.original.tar.gz |
Version 4.3.5 (#2467)4.3.original
Co-authored-by: dvora-h <67596500+dvora-h@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.3.4", + version="4.3.5", packages=find_packages( include=[ "redis", |