Skip to content

Commit bd5e4ec

Browse files
committed
Updating lib version to 6.1.1
1 parent ee6f962 commit bd5e4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def int_or_str(value):
4747

4848
# This is the version of redis-py that is being used
4949
# for building and installing the lib.
50-
__version__ = "6.1.0"
50+
__version__ = "6.1.1"
5151
VERSION = tuple(map(int_or_str, __version__.split(".")))
5252

5353

0 commit comments

Comments
 (0)