From 1f732361e5f8d220e61cf1e2c83f77918fc9197c Mon Sep 17 00:00:00 2001 From: behackett Date: Thu, 31 Mar 2011 16:11:50 -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 cea752059..bb426c4f0 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" +version = "1.10+" """Current version of PyMongo.""" Connection = PyMongo_Connection diff --git a/setup.py b/setup.py index 74bbddc46..7748317cb 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" +version = "1.10+" f = open("README.rst") try: