Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongyihui committed Jul 17, 2018
1 parent f6f322d commit cc1f79f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions avs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@


def load(configfile=DEFAULT_CONFIG_FILE):
if configfile is None:
configfile = DEFAULT_CONFIG_FILE

if not os.path.isfile(configfile):
raise RuntimeError('No configuration file')

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

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

0 comments on commit cc1f79f

Please sign in to comment.