BUMP 0.10 added ensure_index

This commit is contained in:
Mike Dirolf 2009-05-14 15:52:20 -04:00
parent 0797c341ff
commit cc9ae51b46

View File

@ -30,7 +30,7 @@ SLOW_ONLY = 1
ALL = 2
"""Profile all operations."""
version = "0.9.7"
version = "0.10"
"""Current version of PyMongo."""
def _index_list(key_or_list, direction):