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 23, 2024
1 parent bce4d0b commit b5d510c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/biliass/rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/biliass/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biliass-core"
version = "2.0.0-alpha.1"
version = "2.0.0-alpha.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
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 = "2.0.0-alpha.1"
VERSION = "2.0.0-alpha.2"
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==2.0.0-alpha.1",
"biliass==2.0.0-alpha.2",
"colorama>=0.4.6; sys_platform == 'win32'",
"typing-extensions>=4.12.2",
"dict2xml>=1.7.6",
Expand Down

0 comments on commit b5d510c

Please sign in to comment.