Skip to content

Commit 178bee6

Browse files
authored
Version 0.11.7 (#726)
1 parent a796e1d commit 178bee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: uvicorn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from uvicorn.config import Config
22
from uvicorn.main import Server, main, run
33

4-
__version__ = "0.11.6"
4+
__version__ = "0.11.7"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)