summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-12-26 15:23:03 +0200
committerGitHub <noreply@github.com>2021-12-26 15:23:03 +0200
commit1b7d5bbac89d1dc65154e52360af43373d45ebc6 (patch)
treec4366c9d1d3020b1a08c4306e12e223fbd8747d8
parentb426d0d41cc28f1b0f6ec7092cfb819ce00a6e16 (diff)
downloadredis-py-4.1.0.tar.gz
4.1.0 (#1828)v4.1.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 83b4a44..7733220 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.1.0rc2",
+ version="4.1.0",
packages=find_packages(
include=[
"redis",