From 4a24f36c23f527467f713092995e4948e1d42d67 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Tue, 5 Jan 2021 09:13:54 -0500 Subject: [PATCH] Bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53abb89..ea73cc2 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="openapi3", - version='1.0.1', + version='1.1.0', description="Client and Validator of OpenAPI 3 Specifications", long_description=long_description, author="dorthu",