From 0b4839db667cd20805579d50a160982640e9cc03 Mon Sep 17 00:00:00 2001 From: Yue Guo Date: Fri, 20 Aug 2021 12:00:22 -0700 Subject: [PATCH] bump setup.py version to 1.3.4 https://github.com/Yelp/swagger-spec-compatibility/pull/38 https://github.com/Yelp/swagger-spec-compatibility/pull/39 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7fa00f..98b1736 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='swagger-spec-compatibility', - version='1.2.4', + version='1.3.4', author='Yelp, Inc.', author_email='opensource+swagger-spec-compatibility@yelp.com', description='Python library to check Swagger Spec backward compatibility',