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, )