Skip to content

Commit d0c5441

Browse files
committed
BUMP 1.10
1 parent 2ce815e commit d0c5441

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.9+"
42+
version = "1.10"
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.9+"
23+
version = "1.10"
2424

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

0 commit comments

Comments
 (0)