From 0e30f00881e001b32c2270db519b611ba8266743 Mon Sep 17 00:00:00 2001 From: Artem Manchenkov Date: Thu, 28 Sep 2023 17:25:19 +0200 Subject: [PATCH] Update __init__.py --- src/openapi_parser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi_parser/__init__.py b/src/openapi_parser/__init__.py index bfa802c..417e1c1 100644 --- a/src/openapi_parser/__init__.py +++ b/src/openapi_parser/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.1.13' +__version__ = '1.1.14' __title__ = 'openapi3-parser' __author__ = 'Artem Manchenkov' __email__ = 'artem@manchenkoff.me'