From f47ef8e9b06315de22580a01c88c4f2d8dd0f077 Mon Sep 17 00:00:00 2001 From: p1c2u Date: Wed, 20 Sep 2023 20:01:53 +0000 Subject: [PATCH] Version 0.6.1 --- .bumpversion.cfg | 2 +- openapi_schema_validator/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"