Skip to content

Commit b72f24a

Browse files
committed
Updating lib version to 7.4.0
1 parent 0a4e0af commit b72f24a

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
@@ -47,7 +47,7 @@ def int_or_str(value):
4747
return value
4848

4949

50-
__version__ = "7.3.0"
50+
__version__ = "7.4.0"
5151

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

0 commit comments

Comments
 (0)