From 193529e3e4da19ff9b296fba544011392bb9b05a Mon Sep 17 00:00:00 2001 From: Dennis Karpienski Date: Thu, 2 Mar 2017 20:56:46 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e06e05b..aa7d97b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pylgtv', - version='0.1.3', + version='0.1.4', description='Library to control webOS based LG Tv devices', url='https://github.com/TheRealLink/pylgtv', author='Dennis Karpienski',