Skip to content

Commit

Permalink
BUMP 0.10.1 bugfixes plus an alias for Connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dirolf committed May 18, 2009
1 parent ba75690 commit 806b4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymongo/__init__.py
Expand Up @@ -31,7 +31,7 @@
ALL = 2
"""Profile all operations."""

version = "0.10"
version = "0.10.1"
"""Current version of PyMongo."""

Connection = PyMongo_Connection
Expand Down

0 comments on commit 806b4ee

Please sign in to comment.