Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bb4L committed Dec 14, 2019
1 parent e3e6524 commit 6d23bca
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 @@ -8,7 +8,7 @@

setup(
name='rpi-radio-alarm',
version='0.1.6',
version='0.1.8',
license='BSD-3',
description='rpi-radio-alarm library',
long_description=open('README.md').read(),
Expand All @@ -20,7 +20,7 @@
keywords=['Raspberry Pi', 'radio', 'alarm'],
install_requires=[
'aiohttp==3.5.4',
'async-timout==3.0.1',
'async-timeout==3.0.1',
'attrs==19.3.0',
'chardet==3.0.4',
'discord==1.0.1',
Expand Down

0 comments on commit 6d23bca

Please sign in to comment.