Skip to content

Commit

Permalink
Merge pull request #124 from chenqianhe/main
Browse files Browse the repository at this point in the history
Update repo url
  • Loading branch information
chenqianhe authored Mar 23, 2024
2 parents 86d2f05 + f956023 commit f4ac953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autocut/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

from .type import LANG, WhisperModel, WhisperMode
from .utils import load_audio
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
name="autocut-sub",
install_requires=requirements,
url="https://github.com/mli/autocut",
project_urls={
"source": "https://github.com/mli/autocut",
},
license="Apache License 2.0",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f4ac953

Please sign in to comment.