Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed May 8, 2022
1 parent 498ea8c commit 03a1385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aspeak
version = 1.3.0
version = 1.3.1
author = Levi Zim
author_email = [email protected]
description = A simple text-to-speech client using azure TTS API(trial).
Expand Down
2 changes: 1 addition & 1 deletion src/aspeak/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description='This program uses trial auth token of Azure Cognitive Services to do speech synthesis for you',
prog='aspeak')
group = parser.add_mutually_exclusive_group()
group.add_argument('-V', '--version', action='version', version='%(prog)s 1.3.0')
group.add_argument('-V', '--version', action='version', version='%(prog)s 1.3.1')
group.add_argument('-L', '--list-voices', action='store_true',
help='list available voices, you can combine this argument with -v and -l', dest='list_voices')
group.add_argument('-Q', '--list-qualities-and-formats', action='store_true',
Expand Down

0 comments on commit 03a1385

Please sign in to comment.