Skip to content

Commit 63ce71a

Browse files
committed
🔖 release: v2.0.0
1 parent 31f0462 commit 63ce71a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.21
22
LABEL maintainer="siguremo" \
3-
version="2.0.0-rc.8" \
3+
version="2.0.0" \
44
description="light-weight container based on alpine for yutto"
55

66
RUN set -x \

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yutto"
3-
version = "2.0.0-rc.8"
3+
version = "2.0.0"
44
description = "🧊 一个可爱且任性的 B 站视频下载器"
55
readme = "README.md"
66
requires-python = ">=3.9"

src/yutto/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# 发版需要同时改这里和 pyproject.toml
22
from __future__ import annotations
33

4-
VERSION = "2.0.0-rc.8"
4+
VERSION = "2.0.0"

0 commit comments

Comments
 (0)