Skip to content

Commit

Permalink
Bump version to 1.10.0+ post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Oct 3, 2013
1 parent a80ac67 commit e728703
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, 10, 0)
__version_info__ = (1, 10, '0+')
__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.10.0"
__version__ = "1.10.0+"

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

0 comments on commit e728703

Please sign in to comment.