Skip to content

Commit

Permalink
Version -> +
Browse files Browse the repository at this point in the history
  • Loading branch information
behackett committed Nov 28, 2012
1 parent 3e96570 commit cd28001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymongo/__init__.py
Expand Up @@ -48,7 +48,7 @@
ALL = 2
"""Profile all operations."""

version_tuple = (2, 4)
version_tuple = (2, 4, '+')

def get_version_string():
if isinstance(version_tuple[-1], basestring):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
from distutils.errors import DistutilsPlatformError, DistutilsExecError
from distutils.core import Extension

version = "2.4"
version = "2.4+"

f = open("README.rst")
try:
Expand Down

0 comments on commit cd28001

Please sign in to comment.