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',