Skip to content

Commit

Permalink
🔖 release: 2.0.0-beta.38
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed May 19, 2024
1 parent a282d83 commit 1de3594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion yutto/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 发版需要同时改这里和 pyproject.toml
from __future__ import annotations

VERSION = "2.0.0-beta.37"
VERSION = "2.0.0-beta.38"

0 comments on commit 1de3594

Please sign in to comment.