From d93d93260765b7ef10874bef53127fe1790df165 Mon Sep 17 00:00:00 2001 From: Dennis Karpienski Date: Mon, 9 Oct 2017 10:24:41 +0200 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +)