Skip to content

Commit

Permalink
Version 0.11.7 (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jul 28, 2020
1 parent a796e1d commit 178bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.11.6"
__version__ = "0.11.7"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 178bee6

Please sign in to comment.