Skip to content

Commit 7c0a67a

Browse files
committed
3.5.2
1 parent 32a5840 commit 7c0a67a

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
@@ -31,7 +31,7 @@ def int_or_str(value):
3131
return value
3232

3333

34-
__version__ = '3.5.1'
34+
__version__ = '3.5.2'
3535
VERSION = tuple(map(int_or_str, __version__.split('.')))
3636

3737
__all__ = [

0 commit comments

Comments
 (0)