From 1eec2158c5c54150ac5f4c15065adacb1003b1e7 Mon Sep 17 00:00:00 2001 From: dscripka Date: Sat, 2 Sep 2023 11:37:00 -0400 Subject: [PATCH] increment version [skip ci] --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a05705..23c373c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ] diff --git a/setup.py b/setup.py index 4a183d9..1c7aecb 100644 --- a/setup.py +++ b/setup.py @@ -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"',