update version

This commit is contained in:
2023-04-25 17:19:58 -05:00
parent 9a09aee0b6
commit d09f052fd2

View File

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