From 59be8992620f9baf4e7c0f0ba57cafd439dc13c7 Mon Sep 17 00:00:00 2001 From: behackett Date: Thu, 7 Apr 2011 15:58:40 -0700 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 c001a33cb..51afbc79c 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.10.1" +version = "1.10.1+" """Current version of PyMongo.""" Connection = PyMongo_Connection diff --git a/setup.py b/setup.py index a5df1f20e..0c6031bc3 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.10.1" +version = "1.10.1+" f = open("README.rst") try: