Skip to content

Commit 5cd878d

Browse files
authored
Making 3.9.9 a placeholder version - prior to 4.0.0 (#1599)
1 parent 22f677f commit 5cd878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/__init__.py

+1-1
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.3'
34+
__version__ = '3.9.9'
3535
VERSION = tuple(map(int_or_str, __version__.split('.')))
3636

3737
__all__ = [

0 commit comments

Comments
 (0)