🔖 release: v2.0.0-rc.7

This commit is contained in:
SigureMo 2025-01-19 16:08:36 +08:00
parent 1d413e728b
commit fb1a41bafc
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.21 FROM alpine:3.21
LABEL maintainer="siguremo" \ LABEL maintainer="siguremo" \
version="2.0.0-rc.6" \ version="2.0.0-rc.7" \
description="light-weight container based on alpine for yutto" description="light-weight container based on alpine for yutto"
RUN set -x \ RUN set -x \

View File

@ -1,6 +1,6 @@
[project] [project]
name = "yutto" name = "yutto"
version = "2.0.0-rc.6" version = "2.0.0-rc.7"
description = "🧊 一个可爱且任性的 B 站视频下载器" description = "🧊 一个可爱且任性的 B 站视频下载器"
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"

View File

@ -1,4 +1,4 @@
# 发版需要同时改这里和 pyproject.toml # 发版需要同时改这里和 pyproject.toml
from __future__ import annotations from __future__ import annotations
VERSION = "2.0.0-rc.6" VERSION = "2.0.0-rc.7"