Skip to content

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryyip committed Jun 21, 2019
1 parent e2a6de4 commit affcb7d
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 @@ -13,7 +13,7 @@
requirements = [
'click',
'hyper',
'tornado',
'tornado==5.1.1',
'requests',
'python-dateutil'
]
Expand All @@ -28,7 +28,7 @@

setup(
name='avs',
version='0.5.4',
version='0.5.5',
description="Alexa Voice Service Python SDK",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit affcb7d

Please sign in to comment.