Skip to content

Commit

Permalink
Increment version for next release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dscripka committed Apr 22, 2023
1 parent ec5f1e8 commit 3ced4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 3ced4cf

Please sign in to comment.