summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-11-09 12:17:18 +0200
committerGitHub <noreply@github.com>2021-11-09 12:17:18 +0200
commitd93b5f32173c4ea43677ec594506298de95802ee (patch)
treede3ef0fe25eb168b72f21668a85252c99a38e0bd
parent2a52f3f84554f645c5d532e6043c46418fada5e4 (diff)
downloadredis-py-d93b5f32173c4ea43677ec594506298de95802ee.tar.gz
4.0.0 rc2 versioning (#1677)
-rw-r--r--redis/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/__init__.py b/redis/__init__.py
index 603f846..c0dd690 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -37,7 +37,7 @@ def int_or_str(value):
return value
-__version__ = '4.0.0rc1'
+__version__ = '4.0.0rc2'
VERSION = tuple(map(int_or_str, __version__.split('.')))
__all__ = [