From 18761db4c0ff519ee00dbd0d39aaaa59f46e1380 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Sun, 16 Jun 2024 20:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20v2.0.0-beta.40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- pyproject.toml | 2 +- yutto/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index de949da..ef15e5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 LABEL maintainer="siguremo" \ - version="2.0.0-beta.39" \ + version="2.0.0-beta.40" \ description="light-weight container based on alpine for yutto" RUN set -x \ diff --git a/pyproject.toml b/pyproject.toml index 32ce494..37d9ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yutto" -version = "2.0.0-beta.39" +version = "2.0.0-beta.40" description = "🧊 一个可爱且任性的 B 站视频下载器" authors = ["Nyakku Shigure "] license = "GPL-3.0" diff --git a/yutto/__version__.py b/yutto/__version__.py index 7b923bc..d8cd4f1 100644 --- a/yutto/__version__.py +++ b/yutto/__version__.py @@ -1,4 +1,4 @@ # 发版需要同时改这里和 pyproject.toml from __future__ import annotations -VERSION = "2.0.0-beta.39" +VERSION = "2.0.0-beta.40"