Skip to content

Commit

Permalink
Bumped version 0.5.0 --> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadams42 committed Jul 10, 2023
1 parent 1727b79 commit b4a4654
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1

[bumpversion:file:src/flask_marshmallow_openapi/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
copyright = (
", ".join(str(y) for y in range(2023, datetime.now().year + 1)) + ", " + author
)
release = "0.5.0"
release = "0.5.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools >= 65", "wheel"]

[project]
name = "flask-marshmallow-openapi"
version = "0.5.0"
version = "0.5.1"
description = "Flask + marshmallow + OpenAPI"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/flask_marshmallow_openapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

from . import decorators as open_api
from .middleware import OpenAPI, OpenAPISettings
Expand Down

0 comments on commit b4a4654

Please sign in to comment.