Spaces:
Sleeping
Sleeping
github-actions[bot] commited on
Commit ·
ba4576a
1
Parent(s): b6450d4
bump: version 0.0.0 → 0.1.0
Browse files- CHANGELOG.md +5 -0
- pyproject.toml +2 -2
CHANGELOG.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## v0.1.0 (2026-01-13)
|
| 2 |
+
|
| 3 |
+
### Feat
|
| 4 |
+
|
| 5 |
+
- add speaker recognition API with SpeechBrain ECAPA-TDNN
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[project]
|
| 2 |
name = "reachy-speechbrain-api"
|
| 3 |
-
version = "0.
|
| 4 |
description = "Lightweight SpeechBrain API for speech recognition and voice understanding on Reachy robots."
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|
|
@@ -61,7 +61,7 @@ exclude_lines = [
|
|
| 61 |
|
| 62 |
[tool.commitizen]
|
| 63 |
name = "cz_conventional_commits"
|
| 64 |
-
version = "0.
|
| 65 |
version_files = ["pyproject.toml:^version"]
|
| 66 |
tag_format = "v$version"
|
| 67 |
update_changelog_on_bump = true
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "reachy-speechbrain-api"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
description = "Lightweight SpeechBrain API for speech recognition and voice understanding on Reachy robots."
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.12"
|
|
|
|
| 61 |
|
| 62 |
[tool.commitizen]
|
| 63 |
name = "cz_conventional_commits"
|
| 64 |
+
version = "0.1.0"
|
| 65 |
version_files = ["pyproject.toml:^version"]
|
| 66 |
tag_format = "v$version"
|
| 67 |
update_changelog_on_bump = true
|