mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Increment version for next release [skip ci]
This commit is contained in:
parent
ec5f1e8506
commit
3ced4cf59f
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ testpaths = [
|
|||
|
||||
[project]
|
||||
name = "openwakeword"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
authors = [
|
||||
{ name="David Scripka", email="david.scripka@gmail.com" },
|
||||
]
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ def build_additional_requires():
|
|||
|
||||
setuptools.setup(
|
||||
name="openwakeword",
|
||||
version="0.3.1",
|
||||
version="0.4.0",
|
||||
install_requires=['onnxruntime>=1.10.0,<2', 'tqdm>=4.0,<5.0', 'scipy>=1.3,<2', 'scikit-learn>=1,<2'],
|
||||
extras_require={
|
||||
'test': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue