Skip to content

Commit

Permalink
🔖 release: [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Sep 14, 2024
1 parent 9ad6245 commit 490231d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/biliass/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "biliass"
version = "1.3.12"
version = "1.3.13"
description = "将 B 站弹幕转换为 ASS 弹幕"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/biliass/src/biliass/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

VERSION = "1.3.12"
VERSION = "1.3.13"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"aiofiles>=24.1.0",
"biliass==1.3.12",
"biliass==1.3.13",
"colorama>=0.4.6; sys_platform == 'win32'",
"typing-extensions>=4.12.2",
"dict2xml>=1.7.6",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 490231d

Please sign in to comment.