Skip to content

Commit e3d1d6f

Browse files
committed
BUMP 4.0.1.dev0
1 parent 2c28149 commit e3d1d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymongo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
.. _text index: http://docs.mongodb.org/manual/core/index-text/
5454
"""
5555

56-
version_tuple = (4, 0)
56+
version_tuple = (4, 0, 1, '.dev0')
5757

5858
def get_version_string():
5959
if isinstance(version_tuple[-1], str):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
except ImportError:
3737
_HAVE_SPHINX = False
3838

39-
version = "4.0"
39+
version = "4.0.1.dev0"
4040

4141
f = open("README.rst")
4242
try:

0 commit comments

Comments
 (0)