Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Mar 30, 2024
1 parent d4a2b72 commit 9f534ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvicorn_worker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from uvicorn_worker._workers import UvicornH11Worker, UvicornWorker

__all__ = ["UvicornH11Worker", "UvicornWorker"]
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 9f534ba

Please sign in to comment.