Skip to content

Commit 8839429

Browse files
committed
Updated package version
1 parent 3085a7f commit 8839429

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
@@ -47,7 +47,7 @@ def int_or_str(value):
4747

4848

4949
# This version is used when building the package for publishing
50-
__version__ = "6.2.0"
50+
__version__ = "6.3.0"
5151
VERSION = tuple(map(int_or_str, __version__.split(".")))
5252

5353

0 commit comments

Comments
 (0)