summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2023-03-29 16:50:37 +0300
committerGitHub <noreply@github.com>2023-03-29 16:50:37 +0300
commit49d9cb751c7c30546fc86d11f8168d7aa007edae (patch)
treeb940ea97748b242c40a6b7c2d2e87cabf4d002d8 /setup.py
parentb3c89acd0ffe8303649ad8207bc911b1d6a033eb (diff)
downloadredis-py-4.4.tar.gz
Version 4.4.4 (#2671)v4.4.44.4
* Fixing cancelled async futures (#2666) Co-authored-by: James R T <jamestiotio@gmail.com> Co-authored-by: dvora-h <dvora.heller@redis.com> * Version 4.4.4 * fix tests * linters * fixing the test for the 4.4 state * remove superfluous try-except --------- Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: James R T <jamestiotio@gmail.com> Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
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 4314d77..6d2ccab 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.3",
+ version="4.4.4",
packages=find_packages(
include=[
"redis",