Skip to content

Commit

Permalink
🔖 release: v2.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jan 19, 2025
1 parent 1d413e7 commit fb1a41b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.21
LABEL maintainer="siguremo" \
version="2.0.0-rc.6" \
version="2.0.0-rc.7" \
description="light-weight container based on alpine for yutto"

RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "yutto"
version = "2.0.0-rc.6"
version = "2.0.0-rc.7"
description = "🧊 一个可爱且任性的 B 站视频下载器"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/yutto/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 发版需要同时改这里和 pyproject.toml
from __future__ import annotations

VERSION = "2.0.0-rc.6"
VERSION = "2.0.0-rc.7"

0 comments on commit fb1a41b

Please sign in to comment.