From 3ced4cf59ff04692a337dfed992b9b3559d6c928 Mon Sep 17 00:00:00 2001 From: dscripka Date: Sat, 22 Apr 2023 18:04:22 -0400 Subject: [PATCH] Increment version for next release [skip ci] --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f922c05..7d999a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ] diff --git a/setup.py b/setup.py index fc835ee..46bc4a9 100644 --- a/setup.py +++ b/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': [