Skip to content

Commit

Permalink
build: Bumped version 0.6.4 --> 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tadams42 committed Jul 8, 2024
1 parent cd05cc8 commit 3f70963
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.6.4
current_version = 0.6.5

[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.6.4"
release = "0.6.5"

# -- 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.6.4"
version = "0.6.5"
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.6.4"
__version__ = "0.6.5"

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

0 comments on commit 3f70963

Please sign in to comment.