Skip to content

Commit 43f5e96

Browse files
committed
version bump
1 parent 485a791 commit 43f5e96

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
@@ -16,7 +16,7 @@
1616
)
1717

1818

19-
__version__ = '2.4.10'
19+
__version__ = '2.4.11'
2020
VERSION = tuple(map(int, __version__.split('.')))
2121

2222
__all__ = [

0 commit comments

Comments
 (0)