Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Apr 8, 2021
1 parent c049703 commit 9d2e011
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 @@ -8,7 +8,7 @@

setup_args = dict(
name='plugp100',
version='2.1.5',
version='2.1.6',
description='Controller for TP-Link Tapo P100 and other devices',
long_description_content_type="text/markdown",
long_description=README,
Expand All @@ -28,4 +28,4 @@
install_requires = REQUIREMENTS

if __name__ == '__main__':
setup(**setup_args, install_requires=install_requires)
setup(**setup_args, install_requires=install_requires)

0 comments on commit 9d2e011

Please sign in to comment.