Skip to content

Commit 1a47b3f

Browse files
committed
🔖 release: biliass@v2.3.1
1 parent 8ae9748 commit 1a47b3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/biliass/rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/biliass/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "biliass-core"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
VERSION = "2.3.0"
3+
VERSION = "2.3.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"aiofiles>=24.1.0",
26-
"biliass==2.3.0",
26+
"biliass==2.3.1",
2727
"colorama>=0.4.6; sys_platform == 'win32'",
2828
"typing-extensions>=4.15.0",
2929
"dict2xml>=1.7.7",

0 commit comments

Comments
 (0)