Skip to content

Commit a533e03

Browse files
committed
Bumping version in pyproject.toml to 0.3.8
1 parent 535796a commit a533e03

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "icespeak"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
description = "Icespeak - Icelandic TTS library"
55
authors = [{ name = "Miðeind ehf.", email = "[email protected]" }]
66
readme = { file = "README.md", content-type = "text/markdown" }
@@ -17,7 +17,6 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20-
"Programming Language :: Python :: 3.12",
2120
"Topic :: Text Processing :: Linguistic",
2221
"Topic :: Multimedia :: Sound/Audio :: Speech",
2322
"Typing :: Typed",
@@ -36,8 +35,6 @@ dependencies = [
3635
"tokenizer<4.0.0",
3736
# Azure TTS
3837
"azure-cognitiveservices-speech>=1.41.1",
39-
# Google TTS
40-
#"google-cloud-texttospeech>=2.14.0",
4138
# AWS Polly TTS
4239
"botocore>=1.21.40",
4340
"boto3>=1.18.40",

0 commit comments

Comments
 (0)