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 7, 2015
1 parent 6ef8710 commit 3be0766
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
Expand Up @@ -10,5 +10,5 @@

from pycassa.logging.pycassa_logger import *

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

from distutils.cmd import Command

__version__ = "1.11.1"
__version__ = "1.11.1.post"

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

0 comments on commit 3be0766

Please sign in to comment.