diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9297df5..d96263e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 tag = True tag_name = {new_version} commit = True diff --git a/openapi_schema_validator/__init__.py b/openapi_schema_validator/__init__.py index d3f6c16..093fd32 100644 --- a/openapi_schema_validator/__init__.py +++ b/openapi_schema_validator/__init__.py @@ -8,7 +8,7 @@ __author__ = "Artur Maciag" __email__ = "maciag.artur@gmail.com" -__version__ = "0.6.0" +__version__ = "0.6.1" __url__ = "https://github.com/python-openapi/openapi-schema-validator" __license__ = "3-clause BSD License" diff --git a/pyproject.toml b/pyproject.toml index d42ecbe..9287557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ ignore_missing_imports = true [tool.poetry] name = "openapi-schema-validator" -version = "0.6.0" +version = "0.6.1" description = "OpenAPI schema validation for Python" authors = ["Artur Maciag "] license = "BSD-3-Clause"