diff options
| author | Chayim <chayim@users.noreply.github.com> | 2021-11-30 17:30:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 17:30:48 +0200 |
| commit | 368a25f9d163d784a8896f1c087582405e98e006 (patch) | |
| tree | 84d7ab98418aa092e84973308df4301097c6977a | |
| parent | d5247091464f91f06d8ca71bb785b448a0d4cc3e (diff) | |
| download | redis-py-368a25f9d163d784a8896f1c087582405e98e006.tar.gz | |
Pre-4.1.0rc2 version bump (#1761)
| -rw-r--r-- | redis/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/__init__.py b/redis/__init__.py index bc7f3c9..daf741b 100644 --- a/redis/__init__.py +++ b/redis/__init__.py @@ -38,7 +38,7 @@ def int_or_str(value): return value -__version__ = "4.1.0rc1" +__version__ = "4.1.0rc2" VERSION = tuple(map(int_or_str, __version__.split('.'))) |
