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: