diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 23330a83..48ef50f5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.0a2 +current_version = 0.19.0 tag = True tag_name = {new_version} commit = True diff --git a/openapi_core/__init__.py b/openapi_core/__init__.py index 69e41824..fbed598a 100644 --- a/openapi_core/__init__.py +++ b/openapi_core/__init__.py @@ -38,7 +38,7 @@ __author__ = "Artur Maciag" __email__ = "maciag.artur@gmail.com" -__version__ = "0.19.0a2" +__version__ = "0.19.0" __url__ = "https://github.com/python-openapi/openapi-core" __license__ = "BSD 3-Clause License" diff --git a/pyproject.toml b/pyproject.toml index 2d0a536c..186dfcf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ ignore_missing_imports = true [tool.poetry] name = "openapi-core" -version = "0.19.0a2" +version = "0.19.0" description = "client-side and server-side support for the OpenAPI Specification v3" authors = ["Artur Maciag "] license = "BSD-3-Clause"