Skip to content

Commit 7351a1e

Browse files
committed
Updating lib version to 7.1.1
1 parent b81c856 commit 7351a1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redis/__init__.py

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

4848

49-
__version__ = "7.1.0"
49+
__version__ = "7.1.1"
5050

5151
VERSION = tuple(map(int_or_str, __version__.split(".")))
5252

0 commit comments

Comments
 (0)