Skip to content

Commit 113a392

Browse files
committed
🔖 release: v2.0.0-beta.43
1 parent 7d35e4b commit 113a392

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.20
22
LABEL maintainer="siguremo" \
3-
version="2.0.0-beta.42" \
3+
version="2.0.0-beta.43" \
44
description="light-weight container based on alpine for yutto"
55

66
RUN set -x \

pyproject.toml

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

src/yutto/__version__.py

Lines changed: 1 addition & 1 deletion
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-beta.42"
4+
VERSION = "2.0.0-beta.43"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)