Skip to content

Commit

Permalink
Make the version 1.8.0-SNAPSHOT for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Nov 9, 2012
1 parent 711b93f commit 54d5bc3
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, 7, 2)
__version_info__ = (1, 8, '0-SNAPSHOT')
__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.8.0"
__version__ = "1.8.0-SNAPSHOT"

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

0 comments on commit 54d5bc3

Please sign in to comment.