Skip to content

Commit 3e361c7

Browse files
committed
chore: bump version to 1.0.0
1 parent 9bf8085 commit 3e361c7

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.3.2
3+
version = 1.0.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
@@ -10,7 +10,7 @@
1010
description='This program uses trial auth token of Azure Cognitive Services to do speech synthesis for you',
1111
prog='aspeak')
1212
group = parser.add_mutually_exclusive_group()
13-
group.add_argument('-V', '--version', action='version', version='%(prog)s 0.3.2')
13+
group.add_argument('-V', '--version', action='version', version='%(prog)s 1.0.0')
1414
group.add_argument('-L', '--list-voices', action='store_true',
1515
help='list available voices, you can combine this argument with -v and -l', dest='list_voices')
1616
subgroup = group.add_mutually_exclusive_group()

0 commit comments

Comments
 (0)