summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-10-11 11:05:50 +0300
committerGitHub <noreply@github.com>2021-10-11 11:05:50 +0300
commit5cd878de3eca3322d6719822d4999595f943b218 (patch)
tree123bdaf05fbf2370bf95a76c53ad11c4372cb979
parent22f677f991f811e5a540294f1535c3539719087f (diff)
downloadredis-py-5cd878de3eca3322d6719822d4999595f943b218.tar.gz
Making 3.9.9 a placeholder version - prior to 4.0.0 (#1599)
-rw-r--r--redis/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/__init__.py b/redis/__init__.py
index 9f67f51..f0193d8 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -31,7 +31,7 @@ def int_or_str(value):
return value
-__version__ = '3.5.3'
+__version__ = '3.9.9'
VERSION = tuple(map(int_or_str, __version__.split('.')))
__all__ = [