Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Jan 14, 2024
1 parent aaee75e commit 00bad37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mina/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ includes = [

[project]
name = "avilla-core"
version = "1.0.0a23"
version = "1.0.0a24"
authors = [
{name = "GreyElaina", email = "GreyElaina@outlook.com"},
{name = "BlueGlassBlock", email = "blueglassblock@outlook.com"},
Expand Down
2 changes: 1 addition & 1 deletion .mina/elizabeth.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ raw-dependencies = [

[project]
name = "avilla-elizabeth"
version = "1.0.0a24" # WIP for release.
version = "1.0.0a25" # WIP for release.
authors = [
{name = "GreyElaina", email = "GreyElaina@outlook.com"},
{name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"}
Expand Down
4 changes: 2 additions & 2 deletions .mina/onebot-v11.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
includes = ["avilla/onebot/v11"]
raw-dependencies = [
"avilla-core >= 1.0.0a23",
"avilla-core >= 1.0.0a24",
"avilla-standard-qq >= 1.0.0a21",
"graia-amnesia[asgi]>=0.9.0"
]

[project]
name = "avilla-onebot-v11"
version = "1.0.0a23" # WIP for release.
version = "1.0.0a24" # WIP for release.
authors = [
{name = "GreyElaina", email = "GreyElaina@outlook.com"},
]
Expand Down
2 changes: 1 addition & 1 deletion avilla/elizabeth/perform/event/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from avilla.elizabeth.capability import ElizabethCapability
from avilla.elizabeth.collector.connection import ConnectionCollector
from avilla.elizabeth.const import LAND
from avilla.standard.core.request import RequestReceived
from avilla.standard.core.profile.metadata import Nick, Summary
from avilla.standard.core.request import RequestReceived


class ElizabethEventRequestPerform((m := ConnectionCollector())._):
Expand Down

0 comments on commit 00bad37

Please sign in to comment.