summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-12-04 11:34:48 +0200
committerGitHub <noreply@github.com>2022-12-04 11:34:48 +0200
commit6fa6cfc9ada2ec1878484ba44a02fdc3c0c691d5 (patch)
treec725c3b664dfcb30ed49afa1ff13d3f5f95a6b34 /setup.py
parent938ba6d2a5439c4703e3451d2d17e41222716ae6 (diff)
downloadredis-py-6fa6cfc9ada2ec1878484ba44a02fdc3c0c691d5.tar.gz
Version 4.4.0 (#2485)v4.4.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a8928f4..9cf0dcf 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.4.0rc4",
+ version="4.4.0",
packages=find_packages(
include=[
"redis",