Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fwestenberg authored Dec 29, 2019
1 parent fb51388 commit fd43b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fd43b04

Please sign in to comment.