🔖 release: biliass@2.0.0-beta.1

This commit is contained in:
SigureMo 2024-09-28 11:29:56 +08:00
parent a471776943
commit 7d35e4b5bb
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
4 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
[[package]]
name = "biliass-core"
version = "2.0.0-alpha.2"
version = "2.0.0-beta.1"
dependencies = [
"bytes",
"cached",

View File

@ -1,6 +1,6 @@
[package]
name = "biliass-core"
version = "2.0.0-alpha.2"
version = "2.0.0-beta.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,3 +1,3 @@
from __future__ import annotations
VERSION = "2.0.0-alpha.2"
VERSION = "2.0.0-beta.1"

View File

@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"aiofiles>=24.1.0",
"biliass==2.0.0-alpha.2",
"biliass==2.0.0-beta.1",
"colorama>=0.4.6; sys_platform == 'win32'",
"typing-extensions>=4.12.2",
"dict2xml>=1.7.6",