From 4469b2f7e0740c5bd899cd0f2da8ce3499eef72b Mon Sep 17 00:00:00 2001 From: ConnectedSystems Date: Sat, 10 Sep 2022 23:21:43 +1000 Subject: [PATCH] Update version and license info in setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 79720e7..e97ee82 100644 --- a/setup.py +++ b/setup.py @@ -4,14 +4,14 @@ if __name__ == "__main__": setup( name='restful-wos', - version='0.1', + version='1.0.1', description='Python package simplifies access to the WoS RESTful API', long_description_content_type="text/markdown", long_description=open('README.md').read(), url='', author='Takuya Iwanaga', author_email='iwanaga.takuya@anu.edu.au', - license='(c) 2020 Takuya Iwanaga', + license='ISC', packages=['restful_wos'], install_requires=[ 'pyyaml',