diff --git a/Dockerfile b/Dockerfile index abe07acbb..987a94e39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 LABEL maintainer="siguremo" \ - version="2.0.0-beta.40" \ + version="2.0.0-beta.41" \ description="light-weight container based on alpine for yutto" RUN set -x \ diff --git a/pyproject.toml b/pyproject.toml index e0813528d..7541aeacb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yutto" -version = "2.0.0-beta.40" +version = "2.0.0-beta.41" description = "🧊 一个可爱且任性的 B 站视频下载器" readme = "README.md" requires-python = ">=3.9" diff --git a/src/yutto/__version__.py b/src/yutto/__version__.py index d8cd4f1e5..d0253348a 100644 --- a/src/yutto/__version__.py +++ b/src/yutto/__version__.py @@ -1,4 +1,4 @@ # 发版需要同时改这里和 pyproject.toml from __future__ import annotations -VERSION = "2.0.0-beta.40" +VERSION = "2.0.0-beta.41" diff --git a/uv.lock b/uv.lock index b837dcabf..d704bebf8 100644 --- a/uv.lock +++ b/uv.lock @@ -338,7 +338,7 @@ wheels = [ [[package]] name = "yutto" -version = "2.0.0b40" +version = "2.0.0b41" source = { editable = "." } dependencies = [ { name = "aiofiles" },