Skip to content

Commit 7152185

Browse files
committed
Updating lib version
1 parent fd2d427 commit 7152185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: redis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def int_or_str(value):
4242
return value
4343

4444

45-
__version__ = "6.0.0b1"
45+
__version__ = "6.0.0b2"
4646
VERSION = tuple(map(int_or_str, __version__.split(".")))
4747

4848

0 commit comments

Comments
 (0)