From af3ecfdb39355cbba0a9eb6669c73ea856ed9840 Mon Sep 17 00:00:00 2001 From: behackett Date: Fri, 5 Aug 2011 14:41:21 -0700 Subject: [PATCH] BUMP 2.0 --- 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 2c2e76169..7cd6f1d4f 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.11+" +version = "2.0" """Current version of PyMongo.""" Connection = PyMongo_Connection diff --git a/setup.py b/setup.py index bb76d5515..d63f4e795 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.11+" +version = "2.0" f = open("README.rst") try: