Skip to content

Commit

Permalink
4.0.0 beta 1 versioning - prior to pypi release (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim authored Oct 17, 2021
1 parent 298d722 commit 2bb225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def int_or_str(value):
return value


__version__ = '3.9.9'
__version__ = '4.0.0b1'
VERSION = tuple(map(int_or_str, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit 2bb225a

Please sign in to comment.