Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongyihui committed Jul 5, 2017
1 parent abbb476 commit 3b2559d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

0.0.2 (2017-07-05)
------------------

* rename alexa util to alexa-tap
* add oauth util alexa-auth

* First release on PyPI.

0.0.1 (2017-07-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion avs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Yihui Xiong"""
__email__ = '[email protected]'
__version__ = '0.0.1'
__version__ = '0.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='avs',
version='0.0.1',
version='0.0.2',
description="Python implementation of Alexa Voice Service App",
long_description=readme + '\n\n' + history,
author="Yihui Xiong",
Expand Down

0 comments on commit 3b2559d

Please sign in to comment.