Skip to content

Commit

Permalink
Bump version: 0.30.0 → 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Apr 8, 2021
1 parent 83d8d41 commit adffa51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion marshmallow_mongoengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
)
from marshmallow_mongoengine.exceptions import ModelConversionError

__version__ = "0.30.0"
__version__ = "0.30.1"
__license__ = "MIT"

__all__ = [
Expand Down
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 = 0.30.0
current_version = 0.30.1
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 @@ -10,7 +10,7 @@ def read(fname):

setup(
name="marshmallow-mongoengine",
version="0.30.0",
version="0.30.1",
description="Mongoengine integration with the marshmallow "
"(de)serialization library",
long_description=read("README.rst"),
Expand Down

0 comments on commit adffa51

Please sign in to comment.