mirror of https://github.com/yutto-dev/yutto
🔖 release: v2.0.0-beta.33
This commit is contained in:
parent
6a5b99ebdd
commit
ec462e187a
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3.19
|
FROM alpine:3.19
|
||||||
LABEL maintainer="siguremo" \
|
LABEL maintainer="siguremo" \
|
||||||
version="2.0.0-beta.32" \
|
version="2.0.0-beta.33" \
|
||||||
description="light-weight container based on alpine for yutto"
|
description="light-weight container based on alpine for yutto"
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "yutto"
|
name = "yutto"
|
||||||
version = "2.0.0-beta.32"
|
version = "2.0.0-beta.33"
|
||||||
description = "🧊 一个可爱且任性的 B 站视频下载器"
|
description = "🧊 一个可爱且任性的 B 站视频下载器"
|
||||||
authors = ["Nyakku Shigure <sigure.qaq@gmail.com>"]
|
authors = ["Nyakku Shigure <sigure.qaq@gmail.com>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# 发版需要同时改这里和 pyproject.toml
|
# 发版需要同时改这里和 pyproject.toml
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
VERSION = "2.0.0-beta.32"
|
VERSION = "2.0.0-beta.33"
|
||||||
|
|
Loading…
Reference in New Issue