mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
fix version [skip ci]
This commit is contained in:
parent
dd5c0f031c
commit
a83fde2089
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# Change Log
|
||||
|
||||
## v0.6.0 - 2023/06/15
|
||||
|
||||
### Added
|
||||
|
||||
* Various bug fixes, and some new functionality in `model.py` to control repeated detections
|
||||
|
||||
### Changed
|
||||
|
||||
* Models are no longer included in the PyPi package, and must be downloaded separately
|
||||
|
||||
### Removed
|
||||
|
||||
## v0.5.0 - 2023/06/15
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ testpaths = [
|
|||
|
||||
[project]
|
||||
name = "openwakeword"
|
||||
version = "0.6.1"
|
||||
version = "0.6.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.6.1",
|
||||
version="0.6.0",
|
||||
install_requires=[
|
||||
'onnxruntime>=1.10.0,<2',
|
||||
'tflite-runtime>=2.8.0,<3; platform_system == "Linux"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue