Skip to content

Commit 1c136a6

Browse files
committed
BUMP 2.9.4
1 parent 7903473 commit 1c136a6

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
@@ -77,7 +77,7 @@
7777
ALL = 2
7878
"""Profile all operations."""
7979

80-
version_tuple = (2, 9, 4, '.dev0')
80+
version_tuple = (2, 9, 4)
8181

8282
def get_version_string():
8383
if isinstance(version_tuple[-1], basestring):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
except ImportError:
4040
_HAVE_SPHINX = False
4141

42-
version = "2.9.4.dev0"
42+
version = "2.9.4"
4343

4444
f = open("README.rst")
4545
try:

0 commit comments

Comments
 (0)