We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f0462 commit 63ce71aCopy full SHA for 63ce71a
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.21
2
LABEL maintainer="siguremo" \
3
- version="2.0.0-rc.8" \
+ version="2.0.0" \
4
description="light-weight container based on alpine for yutto"
5
6
RUN set -x \
pyproject.toml
[project]
name = "yutto"
-version = "2.0.0-rc.8"
+version = "2.0.0"
description = "🧊 一个可爱且任性的 B 站视频下载器"
readme = "README.md"
requires-python = ">=3.9"
src/yutto/__version__.py
@@ -1,4 +1,4 @@
# 发版需要同时改这里和 pyproject.toml
from __future__ import annotations
-VERSION = "2.0.0-rc.8"
+VERSION = "2.0.0"
0 commit comments