From 12dcc8cde4d5d199b4e6f6755d3b4b94a8dab59b Mon Sep 17 00:00:00 2001 From: Artur Maciag Date: Mon, 6 Nov 2017 14:41:41 +0000 Subject: [PATCH] Version 0.3.1 --- 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 647be26..ac726c6 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.3.0' +__version__ = '0.3.1' __url__ = 'https://github.com/p1c2u/openapi-core' __license__ = 'BSD 3-Clause License'