mirror of https://github.com/yutto-dev/yutto
🔖 release: v2.0.0-rc.4
This commit is contained in:
parent
baa83407ff
commit
adb893d205
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:3.20
|
||||
LABEL maintainer="siguremo" \
|
||||
version="2.0.0-rc.3" \
|
||||
version="2.0.0-rc.4" \
|
||||
description="light-weight container based on alpine for yutto"
|
||||
|
||||
RUN set -x \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "yutto"
|
||||
version = "2.0.0-rc.3"
|
||||
version = "2.0.0-rc.4"
|
||||
description = "🧊 一个可爱且任性的 B 站视频下载器"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# 发版需要同时改这里和 pyproject.toml
|
||||
from __future__ import annotations
|
||||
|
||||
VERSION = "2.0.0-rc.3"
|
||||
VERSION = "2.0.0-rc.4"
|
||||
|
|
Loading…
Reference in New Issue