Skip to content

Commit 021960f

Browse files
author
Mike Dirolf
committed
BUMP 1.0 fixes for MasterSlaveConnection, finalize() support for group, better insert speed, better GridFS speed, __getitem__ and __len__ support for cursors
1 parent dd0362c commit 021960f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ALL = 2
3434
"""Profile all operations."""
3535

36-
version = "0.16"
36+
version = "1.0"
3737
"""Current version of PyMongo."""
3838

3939
Connection = PyMongo_Connection

0 commit comments

Comments
 (0)