Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Mar 25, 2019
1 parent 24d2022 commit 3f53394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

setup(
name='umongo',
version='2.0.0',
version='2.0.1',
description="sync/async MongoDB ODM, yes.",
long_description=readme + '\n\n' + history,
author="Emmanuel Leblond",
Expand Down
2 changes: 1 addition & 1 deletion umongo/__init__.py
Expand Up @@ -37,7 +37,7 @@

__author__ = 'Emmanuel Leblond'
__email__ = 'emmanuel.leblond@gmail.com'
__version__ = '2.0.0'
__version__ = '2.0.1'
__all__ = (
'missing',

Expand Down

0 comments on commit 3f53394

Please sign in to comment.