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 3, 2022
1 parent dec1fb3 commit 15fd482
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.1.0
version = 1.1.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 @@ -10,7 +10,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.1.0')
group.add_argument('-V', '--version', action='version', version='%(prog)s 1.1.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')
subgroup = group.add_mutually_exclusive_group()
Expand Down

0 comments on commit 15fd482

Please sign in to comment.