Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit af3ecfd

Browse files
committed
BUMP 2.0
1 parent bff465a commit af3ecfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"""Profile all operations."""
4040

4141
# Remember to change in setup.py as well!
42-
version = "1.11+"
42+
version = "2.0"
4343
"""Current version of PyMongo."""
4444

4545
Connection = PyMongo_Connection

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.core import Extension
2121

2222
# Remember to change in pymongo/__init__.py as well!
23-
version = "1.11+"
23+
version = "2.0"
2424

2525
f = open("README.rst")
2626
try:

0 commit comments

Comments
 (0)