Skip to content

Commit

Permalink
Bump version: 3.0.0b6 → 3.0.0b7
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed May 8, 2020
1 parent 03d4025 commit 9750cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0b6
current_version = 3.0.0b7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='umongo',
version='3.0.0b6',
version='3.0.0b7',
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

__author__ = 'Emmanuel Leblond'
__email__ = 'emmanuel.leblond@gmail.com'
__version__ = '3.0.0b6'
__version__ = '3.0.0b7'
__all__ = (
'missing',

Expand Down

0 comments on commit 9750cef

Please sign in to comment.