diff --git a/Dockerfile b/Dockerfile index 987a94e39..5758d0af3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 LABEL maintainer="siguremo" \ - version="2.0.0-beta.41" \ + version="2.0.0-beta.42" \ description="light-weight container based on alpine for yutto" RUN set -x \ diff --git a/pyproject.toml b/pyproject.toml index 56a2737ff..62967d112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yutto" -version = "2.0.0-beta.41" +version = "2.0.0-beta.42" description = "🧊 一个可爱且任性的 B 站视频下载器" readme = "README.md" requires-python = ">=3.9" diff --git a/src/yutto/__version__.py b/src/yutto/__version__.py index d0253348a..5f113fc94 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.41" +VERSION = "2.0.0-beta.42" diff --git a/uv.lock b/uv.lock index ed7bfc522..2a3c71be5 100644 --- a/uv.lock +++ b/uv.lock @@ -338,7 +338,7 @@ wheels = [ [[package]] name = "yutto" -version = "2.0.0b41" +version = "2.0.0b42" source = { editable = "." } dependencies = [ { name = "aiofiles" },