diff options
author | Chayim <chayim@users.noreply.github.com> | 2021-12-26 15:23:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 15:23:03 +0200 |
commit | 1b7d5bbac89d1dc65154e52360af43373d45ebc6 (patch) | |
tree | c4366c9d1d3020b1a08c4306e12e223fbd8747d8 /setup.py | |
parent | b426d0d41cc28f1b0f6ec7092cfb819ce00a6e16 (diff) | |
download | redis-py-1b7d5bbac89d1dc65154e52360af43373d45ebc6.tar.gz |
4.1.0 (#1828)v4.1.0
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.1.0rc2", + version="4.1.0", packages=find_packages( include=[ "redis", |