Skip to content

Commit efd443f

Browse files
author
Luke Lovett
committed
BUMP 3.3.1
1 parent 9dc990f commit efd443f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pymongo/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
ALL = 2
7171
"""Profile all operations."""
7272

73-
version_tuple = (3, 3, 1, 'dev0')
73+
version_tuple = (3, 3, 1)
74+
7475

7576
def get_version_string():
7677
if isinstance(version_tuple[-1], str):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from distutils.errors import DistutilsPlatformError, DistutilsExecError
2727
from distutils.core import Extension
2828

29-
version = "3.3.1.dev0"
29+
version = "3.3.1"
3030

3131
f = open("README.rst")
3232
try:

0 commit comments

Comments
 (0)