From 47810e1bd6c53a1b810a70292f877bc27f8fdcf5 Mon Sep 17 00:00:00 2001 From: chenqianhe <1278095698@qq.com> Date: Sat, 23 Mar 2024 14:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=93=E5=BA=93=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autocut/__init__.py | 2 +- setup.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/autocut/__init__.py b/autocut/__init__.py index 5a015f5..19b0979 100644 --- a/autocut/__init__.py +++ b/autocut/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" from .type import LANG, WhisperModel, WhisperMode from .utils import load_audio diff --git a/setup.py b/setup.py index 23a9181..55d2433 100644 --- a/setup.py +++ b/setup.py @@ -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",