Skip to content

Commit

Permalink
🔖 release: v2.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 23, 2024
1 parent 0daa733 commit b29a7c5
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 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.20
LABEL maintainer="siguremo" \
version="2.0.0-rc.4" \
version="2.0.0-rc.5" \
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.4"
version = "2.0.0-rc.5"
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.4"
VERSION = "2.0.0-rc.5"
86 changes: 43 additions & 43 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b29a7c5

Please sign in to comment.