Skip to content

Commit

Permalink
increment version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dscripka committed Sep 2, 2023
1 parent d8ed6cb commit 1eec215
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.5.0"
version = "0.5.1"
authors = [
{ name="David Scripka", email="[email protected]" },
]
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.5.0",
version="0.5.1",
install_requires=[
'onnxruntime>=1.10.0,<2',
'tflite-runtime>=2.8.0,<3; platform_system == "Linux"',
Expand Down

0 comments on commit 1eec215

Please sign in to comment.