🔖 release: v2.0.0-beta.43

This commit is contained in:
SigureMo 2024-09-28 11:44:07 +08:00
parent 7d35e4b5bb
commit 113a3925e8
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.20
LABEL maintainer="siguremo" \
version="2.0.0-beta.42" \
version="2.0.0-beta.43" \
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-beta.42"
version = "2.0.0-beta.43"
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-beta.42"
VERSION = "2.0.0-beta.43"

View File

@ -33,7 +33,7 @@ wheels = [
[[package]]
name = "biliass"
version = "2.0.0a1"
version = "2.0.0a2"
source = { editable = "packages/biliass" }
[[package]]
@ -328,7 +328,7 @@ wheels = [
[[package]]
name = "yutto"
version = "2.0.0b42"
version = "2.0.0b43"
source = { editable = "." }
dependencies = [
{ name = "aiofiles" },