diff --git a/Dockerfile b/Dockerfile index e1668ccc5..8a9f3d65d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 LABEL maintainer="siguremo" \ - version="2.0.0-beta.37" \ + version="2.0.0-beta.38" \ description="light-weight container based on alpine for yutto" RUN set -x \ diff --git a/pyproject.toml b/pyproject.toml index 0adfcf320..9192cdba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yutto" -version = "2.0.0-beta.37" +version = "2.0.0-beta.38" description = "🧊 一个可爱且任性的 B 站视频下载器" authors = ["Nyakku Shigure "] license = "GPL-3.0" diff --git a/yutto/__version__.py b/yutto/__version__.py index 80bff2cdf..6fb2c044c 100644 --- a/yutto/__version__.py +++ b/yutto/__version__.py @@ -1,4 +1,4 @@ # 发版需要同时改这里和 pyproject.toml from __future__ import annotations -VERSION = "2.0.0-beta.37" +VERSION = "2.0.0-beta.38"