From 9265c3acd6940a1222cdd5fea0792a6bc6082000 Mon Sep 17 00:00:00 2001 From: tjarrettveracode Date: Mon, 2 Aug 2021 13:15:45 -0400 Subject: [PATCH] minor release to add metadata --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c100dda..064319f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'veracode_api_py', packages = ['veracode_api_py'], - version = '0.9.19', + version = '0.9.20', license='MIT', description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.', long_description = long_description,