From f84fc183d1148e0a82e314c55b0f8e56b32c50ba Mon Sep 17 00:00:00 2001 From: p1c2u Date: Mon, 27 Apr 2026 18:30:35 +0100 Subject: [PATCH] Version 0.9.0 --- openapi_schema_validator/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi_schema_validator/__init__.py b/openapi_schema_validator/__init__.py index 9b2eb75..fda19fa 100644 --- a/openapi_schema_validator/__init__.py +++ b/openapi_schema_validator/__init__.py @@ -14,7 +14,7 @@ __author__ = "Artur Maciag" __email__ = "maciag.artur@gmail.com" -__version__ = "0.8.1" +__version__ = "0.9.0" __url__ = "https://github.com/python-openapi/openapi-schema-validator" __license__ = "3-clause BSD License" diff --git a/pyproject.toml b/pyproject.toml index f4214e5..f542418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ ignore_missing_imports = true github_url = "https://github.com/python-openapi/openapi-schema-validator" [tool.tbump.version] -current = "0.8.1" +current = "0.9.0" regex = ''' (?P\d+) \. @@ -57,7 +57,7 @@ src = "pyproject.toml" [tool.poetry] name = "openapi-schema-validator" -version = "0.8.1" +version = "0.9.0" description = "OpenAPI schema validation for Python" authors = ["Artur Maciag "] license = "BSD-3-Clause"