Skip to content

Commit c83e4d4

Browse files
committed
chore: bump version 0.11.5
1 parent eb2d7e3 commit c83e4d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PEP 621 project metadata
33
# See https://www.python.org/dev/peps/pep-0621/
44
name = "graia-amnesia"
5-
version = "0.11.4"
5+
version = "0.11.5"
66
authors = [
77
{name = "GreyElaina", email = "[email protected]"},
88
{name = "RF-Tar-Railt", email = "[email protected]"}

src/graia/amnesia/builtins/asgi/uvicorn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from .common import empty_asgi_handler
1717
from .middleware import DispatcherMiddleware
1818

19-
2019
LOOP_FACTORIES["winloop"] = "graia.amnesia.builtins.asgi.winloop:winloop_loop_factory"
2120

2221

0 commit comments

Comments
 (0)