Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealLink authored Oct 9, 2017
1 parent 29db54d commit d93d932
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
package_data = {'pylgtv': ['handshake.json']},
install_requires = ['websockets', 'asyncio'],
zip_safe = True,
version = '0.1.7',
version = '0.1.8',
description = 'Library to control webOS based LG Tv devices',
author = 'Dennis Karpienski',
author_email = 'dennis@karpienski.de',
url = 'https://github.com/TheRealLink/pylgtv',
download_url = 'https://github.com/TheRealLink/pylgtv/archive/0.1.6.tar.gz',
download_url = 'https://github.com/TheRealLink/pylgtv/archive/0.1.8.tar.gz',
keywords = ['webos', 'tv'],
classifiers = [],
)
)

0 comments on commit d93d932

Please sign in to comment.