🔖 release: v2.0.0-rc.2

This commit is contained in:
SigureMo 2024-10-06 04:41:11 +08:00
parent c07137af1a
commit 36389d981d
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.20
LABEL maintainer="siguremo" \
version="2.0.0-rc.1" \
version="2.0.0-rc.2" \
description="light-weight container based on alpine for yutto"
RUN set -x \

View File

@ -1,6 +1,6 @@
[project]
name = "yutto"
version = "2.0.0-rc.1"
version = "2.0.0-rc.2"
description = "🧊 一个可爱且任性的 B 站视频下载器"
readme = "README.md"
requires-python = ">=3.9"

View File

@ -1,4 +1,4 @@
# 发版需要同时改这里和 pyproject.toml
from __future__ import annotations
VERSION = "2.0.0-rc.1"
VERSION = "2.0.0-rc.2"

View File

@ -440,7 +440,7 @@ wheels = [
[[package]]
name = "yutto"
version = "2.0.0rc1"
version = "2.0.0rc2"
source = { editable = "." }
dependencies = [
{ name = "aiofiles" },