Skip to content

Commit 2194de5

Browse files
committed
chore: bump version to 0.3.0
1 parent 0202f97 commit 2194de5

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 = 0.2.1
3+
version = 0.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
@@ -8,7 +8,7 @@
88
description='This program uses trial auth token of Azure Cognitive Services to do speech synthesis for you.',
99
prog='aspeak')
1010
group = parser.add_mutually_exclusive_group()
11-
group.add_argument('-V', '--version', action='version', version='%(prog)s 0.2.1')
11+
group.add_argument('-V', '--version', action='version', version='%(prog)s 0.3.0')
1212
subgroup = group.add_mutually_exclusive_group()
1313
subgroup.add_argument('-t', '--text', help='Text to speak. Left blank when reading from file/stdin.',
1414
dest='text', nargs='?', default=argparse.SUPPRESS)

0 commit comments

Comments
 (0)