From fd43b04025eb97cb582216c222183106e5d19b84 Mon Sep 17 00:00:00 2001 From: fwestenberg <47930023+fwestenberg@users.noreply.github.com> Date: Mon, 30 Dec 2019 00:50:33 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index eb27863..56af243 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'stookalert', packages = ['stookalert'], - version = '0.1', + version = '0.1.1', license='MIT', description = 'Stookalert package', author = 'fwestenberg', author_email = '', url = 'https://github.com/fwestenberg/stookalert', - download_url = 'https://github.com/fwestenberg/stookalert/archive/v_01.tar.gz', + download_url = 'https://github.com/fwestenberg/stookalert/archive/v_011.tar.gz', keywords = ['Stookalert', 'Home-Assistant'], install_requires=[ 'requests',