We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7542679 commit df11e4cCopy full SHA for df11e4c
.gitignore
@@ -5,6 +5,7 @@ vtl_corpus1.0/
5
6
## resources can be downloaded separately
7
docs/_build/
8
+dist/
9
10
create_vtl_corpus/resources/*bin
11
create_vtl_corpus/manual_tests/
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "create-vtl-corpus"
3
-version = "3.0.0"
+version = "3.1.0"
4
description = "Python scripts to create and synthesize a speech corpus with and for VocalTractLab."
authors = ["Konstanin Sering", "Valentin Schmidt"]
license = "GNU General Public License Version 3"
0 commit comments