diff --git a/setup.py b/setup.py index 62b6139d2..f22a84730 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ Please use Python >= 2.4 to take advantage of the extension.""" % ext.name setup( name="pymongo", - version="0.9", + version="0.9.1", description="Driver for the Mongo database ", long_description=readme_content, author="10gen",