update version
This commit is contained in:
5
setup.py
5
setup.py
@@ -13,7 +13,8 @@ with open('HISTORY.rst') as history_file:
|
|||||||
requirements = [
|
requirements = [
|
||||||
'api-client',
|
'api-client',
|
||||||
'typing-extensions',
|
'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 = [ ]
|
test_requirements = [ ]
|
||||||
|
|
||||||
@@ -42,6 +43,6 @@ setup(
|
|||||||
test_suite='unittests',
|
test_suite='unittests',
|
||||||
tests_require=test_requirements,
|
tests_require=test_requirements,
|
||||||
url='https://github.com/anthonyscorrea/pyteamsnap',
|
url='https://github.com/anthonyscorrea/pyteamsnap',
|
||||||
version='0.2.0',
|
version='0.2.1',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user