Skip to content

Commit 78bb66c

Browse files
committed
chore: bump version to 1.3.0
1 parent 1c9cd2f commit 78bb66c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aspeak
3-
version = 1.2.1
3+
version = 1.3.0
44
author = Levi Zim
55
author_email = [email protected]
66
description = A simple text-to-speech client using azure TTS API(trial).

src/aspeak/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description='This program uses trial auth token of Azure Cognitive Services to do speech synthesis for you',
1313
prog='aspeak')
1414
group = parser.add_mutually_exclusive_group()
15-
group.add_argument('-V', '--version', action='version', version='%(prog)s 1.2.1')
15+
group.add_argument('-V', '--version', action='version', version='%(prog)s 1.3.0')
1616
group.add_argument('-L', '--list-voices', action='store_true',
1717
help='list available voices, you can combine this argument with -v and -l', dest='list_voices')
1818
group.add_argument('-Q', '--list-qualities-and-formats', action='store_true',

0 commit comments

Comments
 (0)