diff --git a/pyproject.toml b/pyproject.toml index b7b33d8..3cadc0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ testpaths = [ [project] name = "openwakeword" -version = "0.5.1" +version = "0.6.1" authors = [ { name="David Scripka", email="david.scripka@gmail.com" }, ] diff --git a/setup.py b/setup.py index ca9704a..dbb3b38 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def build_additional_requires(): setuptools.setup( name="openwakeword", - version="0.5.1", + version="0.6.1", install_requires=[ 'onnxruntime>=1.10.0,<2', 'tflite-runtime>=2.8.0,<3; platform_system == "Linux"',