We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24ae56 commit c338b3cCopy full SHA for c338b3c
redis/__init__.py
@@ -3,7 +3,7 @@
3
from redis.exceptions import RedisError, ConnectionError, AuthenticationError
4
from redis.exceptions import ResponseError, InvalidResponse, InvalidData
5
6
-__version__ = '2.0.0'
+__version__ = '2.0.1'
7
8
__all__ = [
9
'Redis', 'ConnectionPool',
setup.py
@@ -7,7 +7,7 @@
@brief Setuptools configuration for redis client
"""
10
-version = '2.0.0'
+version = '2.0.1'
11
12
sdict = {
13
'name' : 'redis',
0 commit comments