From 2f69fba69da8de8324a1a96c14028ef36e5fd9c1 Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Tue, 28 Sep 2010 13:45:17 -0400 Subject: [PATCH] version -> + --- pymongo/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pymongo/__init__.py b/pymongo/__init__.py index 560b21eda..2f7151d4c 100644 --- a/pymongo/__init__.py +++ b/pymongo/__init__.py @@ -39,7 +39,7 @@ ALL = 2 """Profile all operations.""" # Remember to change in setup.py as well! -version = "1.9" +version = "1.9+" """Current version of PyMongo.""" Connection = PyMongo_Connection diff --git a/setup.py b/setup.py index 00122bc2c..eda5941f9 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from distutils.errors import DistutilsPlatformError, DistutilsExecError from distutils.core import Extension # Remember to change in pymongo/__init__.py as well! -version = "1.9" +version = "1.9+" f = open("README.rst") try: