From 84d36e33c5d55f7466f1a49bf0c5ff8c3d133572 Mon Sep 17 00:00:00 2001 From: amcmanigal Date: Mon, 9 Apr 2018 10:30:41 -0400 Subject: [PATCH] Revert "Updating Version" This reverts commit c18c4a53f24d836e8f007cdc612c93750f80bc40. --- 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 e94c664..36c7d86 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.3' +__version__ = '0.4.2' __url__ = 'https://github.com/p1c2u/openapi-core' __license__ = 'BSD 3-Clause License'