From d28c003f82ab7f959be581c35b75602a5aa9b5fa Mon Sep 17 00:00:00 2001 From: Kunal Shah Date: Thu, 19 Oct 2023 20:42:05 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed15051..33921d5 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/k2shah/wadl', - version='1.1.0', + version='1.1.1', zip_safe=False, )