Skip to content

Commit 3331a42

Browse files
committed
Adding comment for the lib version in __init__.py (to force ci pipeline execution)
1 parent def589d commit 3331a42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redis/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def int_or_str(value):
4545
return value
4646

4747

48+
# This is the version of redis-py that is being used
49+
# for building and installing the lib.
4850
__version__ = "6.1.0"
4951
VERSION = tuple(map(int_or_str, __version__.split(".")))
5052

0 commit comments

Comments
 (0)