From 7969219959be5a8e3a17162dd2a0c181da2eda53 Mon Sep 17 00:00:00 2001 From: Dennis Karpienski Date: Sat, 21 Apr 2018 18:44:36 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfb9664..97330d9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ package_data = {'pylgtv': ['handshake.json']}, install_requires = ['websockets', 'asyncio'], zip_safe = True, - version = '0.1.8', + version = '0.1.9', description = 'Library to control webOS based LG Tv devices', author = 'Dennis Karpienski', author_email = 'dennis@karpienski.de',