From d09f052fd2c96045d8584d902bcd0a61c1dde20e Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Tue, 25 Apr 2023 17:19:58 -0500 Subject: [PATCH] update version --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 30feccc..3daea2a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,8 @@ with open('HISTORY.rst') as history_file: requirements = [ 'api-client', 'typing-extensions', - 'collection-json @ git+https://github.com/anthonyscorrea/collection-json.python.git'] + 'collection-json @ git+https://github.com/anthonyscorrea/collection-json.python.git' +] test_requirements = [ ] @@ -42,6 +43,6 @@ setup( test_suite='unittests', tests_require=test_requirements, url='https://github.com/anthonyscorrea/pyteamsnap', - version='0.2.0', + version='0.2.1', zip_safe=False, )