Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeiteng committed Oct 21, 2024
1 parent a488c44 commit 534ec39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ __pycache__/
*.pyd
benchmark/
.vscode/
.hypothesis/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="OmniSenseVoice",
version="0.0.1",
version="0.1.0",
packages=find_packages(where="src"),
package_dir={"": "src"},
package_data={"": []},
Expand Down

0 comments on commit 534ec39

Please sign in to comment.