Skip to content

Commit

Permalink
Fixed the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Srikalyan Swayampakula committed Apr 18, 2016
1 parent fc2d5ae commit 1c7d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

# Match releases to redis-py versions
__version__ = '2.9.0.12'
__version__ = '2.9.1'

# Jenkins will replace __build__ with a unique value.
__build__ = ''
Expand Down

0 comments on commit 1c7d780

Please sign in to comment.