increment version [skip ci]

This commit is contained in:
dscripka 2023-09-02 11:37:00 -04:00
parent d8ed6cb98e
commit 1eec2158c5
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ testpaths = [
[project]
name = "openwakeword"
version = "0.5.0"
version = "0.5.1"
authors = [
{ name="David Scripka", email="david.scripka@gmail.com" },
]

View file

@ -26,7 +26,7 @@ def build_additional_requires():
setuptools.setup(
name="openwakeword",
version="0.5.0",
version="0.5.1",
install_requires=[
'onnxruntime>=1.10.0,<2',
'tflite-runtime>=2.8.0,<3; platform_system == "Linux"',