Skip to content

Commit

Permalink
Set post-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Jan 14, 2014
1 parent 820bbc2 commit 92af27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycassa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

from pycassa.logging.pycassa_logger import *

__version_info__ = (1, 11, 0)
__version_info__ = (1, 11, 0, 'post')
__version__ = '.'.join(map(str, __version_info__))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from distutils.cmd import Command

__version__ = "1.11.0"
__version__ = "1.11.0.post"

long_description = """pycassa is a python client library for Apache Cassandra with the following features:
Expand Down

0 comments on commit 92af27d

Please sign in to comment.