Bump to v0.1.1
This commit is contained in:
3
setup.py
3
setup.py
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user