Skip to content

Commit b2a2b90

Browse files
committed
🔖 release: v2.1.0-beta.1
1 parent 51aac77 commit b2a2b90

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/latest-release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
# TODO(SigureMo): Add 3.14 and 3.14t when we release 2.1.0 (Current is 2.0.3)
12+
# TODO(SigureMo): Add 3.14 and 3.14t when we release 2.1.0 (Current is 2.1.0-beta.1)
1313
python-version: ["3.10", "3.11", "3.12", "3.13"]
1414
architecture: ["x64"]
1515
name: Python ${{ matrix.python-version }} on ${{ matrix.architecture }} latest release test

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.22
22
LABEL maintainer="siguremo" \
3-
version="2.0.3" \
3+
version="2.1.0-beta.1" \
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.3"
3+
version = "2.1.0-beta.1"
44
description = "🧊 一个可爱且任性的 B 站视频下载器"
55
readme = "README.md"
66
requires-python = ">=3.10"

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.3"
4+
VERSION = "2.1.0-beta.1"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)