Skip to content

Commit 021d4ac

Browse files
authored
4.1.0rc1 (#1742)
1 parent 64791a5 commit 021d4ac

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
@@ -37,7 +37,7 @@ def int_or_str(value):
3737
return value
3838

3939

40-
__version__ = "4.0.2"
40+
__version__ = "4.1.0rc1"
4141

4242

4343
VERSION = tuple(map(int_or_str, __version__.split('.')))

0 commit comments

Comments
 (0)