diff --git a/setup.cfg b/setup.cfg index 9a5de5e6..a4161976 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index 48b6cb8c..2f671fff 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='umongo', - version='0.5.2', + version='0.6.0', description="Small but efficient MongoDB ODM", long_description=readme + '\n\n' + history, author="Emmanuel Leblond", diff --git a/umongo/__init__.py b/umongo/__init__.py index 6edf89b3..d11f05fd 100755 --- a/umongo/__init__.py +++ b/umongo/__init__.py @@ -19,7 +19,7 @@ __author__ = 'Emmanuel Leblond' __email__ = 'emmanuel.leblond@gmail.com' -__version__ = '0.5.2' +__version__ = '0.6.0' __all__ = ( 'Document', 'EmbeddedDocument',