Skip to content

Commit

Permalink
Update version and license info in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnectedSystems committed Sep 10, 2022
1 parent bbb7248 commit 4469b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
license='(c) 2020 Takuya Iwanaga',
license='ISC',
packages=['restful_wos'],
install_requires=[
'pyyaml',
Expand Down

0 comments on commit 4469b2f

Please sign in to comment.