Skip to content

Commit c338b3c

Browse files
committed
version bump
1 parent e24ae56 commit c338b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from redis.exceptions import RedisError, ConnectionError, AuthenticationError
44
from redis.exceptions import ResponseError, InvalidResponse, InvalidData
55

6-
__version__ = '2.0.0'
6+
__version__ = '2.0.1'
77

88
__all__ = [
99
'Redis', 'ConnectionPool',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@brief Setuptools configuration for redis client
88
"""
99

10-
version = '2.0.0'
10+
version = '2.0.1'
1111

1212
sdict = {
1313
'name' : 'redis',

0 commit comments

Comments
 (0)