diff --git a/setup.py b/setup.py index 3ade7c2..cfb9664 100644 --- a/setup.py +++ b/setup.py @@ -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 = [], -) \ No newline at end of file +)