Bump to v0.1.1

This commit is contained in:
Harry Marr
2010-01-04 04:34:02 +00:00
parent 6363b6290b
commit de1847048b
4 changed files with 23 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup
VERSION = '0.1'
VERSION = '0.1.1'
DESCRIPTION = "A Python Document-Object Mapper for working with MongoDB"
@@ -32,4 +32,5 @@ setup(name='mongoengine',
platforms=['any'],
classifiers=CLASSIFIERS,
install_requires=['pymongo'],
test_suite='tests',
)