diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0725de20..9b5de282 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.2 +current_version = 0.16.3 tag = True tag_name = {new_version} commit = True diff --git a/openapi_core/__init__.py b/openapi_core/__init__.py index d8799ebb..a0618451 100644 --- a/openapi_core/__init__.py +++ b/openapi_core/__init__.py @@ -14,7 +14,7 @@ __author__ = "Artur Maciag" __email__ = "maciag.artur@gmail.com" -__version__ = "0.16.2" +__version__ = "0.16.3" __url__ = "https://github.com/p1c2u/openapi-core" __license__ = "BSD 3-Clause License" diff --git a/pyproject.toml b/pyproject.toml index 40906ff0..2014fb4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ ignore_missing_imports = true [tool.poetry] name = "openapi-core" -version = "0.16.2" +version = "0.16.3" description = "client-side and server-side support for the OpenAPI Specification v3" authors = ["Artur Maciag "] license = "BSD-3-Clause"