diff --git a/setup.py b/setup.py index 5b62d99f0..8e47a62fb 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ Above is the ouput showing how the compilation failed.""" % ext.name setup( name="pymongo", - version="0.6", + version="0.7", description="Driver for the Mongo database ", long_description=readme_content, author="10gen",