Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Mar 14, 2016
1 parent e5591e8 commit eab6f01
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 = 0.4.0
current_version = 0.4.1
commit = True
tag = True

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

setup(
name='umongo',
version='0.4.0',
version='0.4.1',
description="Small but efficient MongoDB ODM",
long_description=readme + '\n\n' + history,
author="Emmanuel Leblond",
Expand Down
2 changes: 1 addition & 1 deletion umongo/__init__.py
Expand Up @@ -19,7 +19,7 @@

__author__ = 'Emmanuel Leblond'
__email__ = 'emmanuel.leblond@gmail.com'
__version__ = '0.4.0'
__version__ = '0.4.1'
__all__ = (
'Document',
'EmbeddedDocument',
Expand Down

0 comments on commit eab6f01

Please sign in to comment.