diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2019-03-15 10:47:27 -0700 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2019-03-15 10:47:27 -0700 |
commit | f87d40c64849acfbb9656aeafbeb6c7e4a264e23 (patch) | |
tree | 3dd2d016fa4c6a30ae7b0991d191bda8936b2908 /redis/__init__.py | |
parent | d61a15e2be5fdeb165b98e63912ab88845ab1315 (diff) | |
download | redis-py-3.2.1.tar.gz |
3.2.13.2.1
Diffstat (limited to 'redis/__init__.py')
-rw-r--r-- | redis/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/__init__.py b/redis/__init__.py index 7c5355e..b74c403 100644 --- a/redis/__init__.py +++ b/redis/__init__.py @@ -29,7 +29,7 @@ def int_or_str(value): return value -__version__ = '3.2.0' +__version__ = '3.2.1' VERSION = tuple(map(int_or_str, __version__.split('.'))) __all__ = [ |