🔖 release: v2.0.0-beta.13

This commit is contained in:
SigureMo 2022-04-16 14:21:01 +08:00
parent 17ab4f9cf4
commit edad4c87e9
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "yutto"
version = "2.0.0-beta.12"
version = "2.0.0-beta.13"
description = "🧊 一个可爱且任性的 B 站视频下载器"
authors = ["Nyakku Shigure <sigure.qaq@gmail.com>"]
license = "GPL-3.0"

View File

@ -1,2 +1,2 @@
# 发版需要同时改这里和 pyproject.toml
VERSION = "2.0.0-beta.12"
VERSION = "2.0.0-beta.13"