We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a796e1d commit 178bee6Copy full SHA for 178bee6
uvicorn/__init__.py
@@ -1,5 +1,5 @@
1
from uvicorn.config import Config
2
from uvicorn.main import Server, main, run
3
4
-__version__ = "0.11.6"
+__version__ = "0.11.7"
5
__all__ = ["main", "run", "Config", "Server"]
0 commit comments