diff --git a/Dockerfile b/Dockerfile index 6c89ffca0..9efed768b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 LABEL maintainer="siguremo" \ - version="2.0.0-rc.2" \ + version="2.0.0-rc.3" \ description="light-weight container based on alpine for yutto" RUN set -x \ diff --git a/pyproject.toml b/pyproject.toml index 1dbb2de84..4878ad256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yutto" -version = "2.0.0-rc.2" +version = "2.0.0-rc.3" description = "🧊 一个可爱且任性的 B 站视频下载器" readme = "README.md" requires-python = ">=3.9" diff --git a/src/yutto/__version__.py b/src/yutto/__version__.py index d6ad7a309..e106a930b 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-rc.2" +VERSION = "2.0.0-rc.3"