From 7214eac33db2a03cfdd3f749ef67e3fb5e6d27ba Mon Sep 17 00:00:00 2001 From: Artur Maciag Date: Tue, 24 Apr 2018 12:44:26 +0100 Subject: [PATCH] Version 0.4.3 --- openapi_core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi_core/__init__.py b/openapi_core/__init__.py index 36c7d86..e94c664 100644 --- a/openapi_core/__init__.py +++ b/openapi_core/__init__.py @@ -5,7 +5,7 @@ from openapi_core.shortcuts import ( __author__ = 'Artur MaciÄ…g' __email__ = 'maciag.artur@gmail.com' -__version__ = '0.4.2' +__version__ = '0.4.3' __url__ = 'https://github.com/p1c2u/openapi-core' __license__ = 'BSD 3-Clause License'