File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ Python 3.6+
3636pip install mangum
3737```
3838
39- ** Note** : WebSocket support is currently available only in the ` master ` branch.
40-
4139## Usage
4240
4341The ` Mangum ` adapter class is designed to wrap any ASGI application and returns a callable. It can wrap an application and be assigned as the handler:
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ Python 3.6+
3636pip install mangum
3737```
3838
39- ** Note** : WebSocket support is currently available only in the ` master ` branch.
40-
4139## Usage
4240
4341The ` Mangum ` adapter class is designed to wrap any ASGI application and returns a callable. It can wrap an application and be assigned as the handler:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ def get_long_description():
77
88setup (
99 name = "mangum" ,
10- version = "0.9.0b1 " ,
10+ version = "0.9.0 " ,
1111 packages = find_packages (),
1212 license = "MIT" ,
1313 url = "https://github.com/erm/mangum" ,
You can’t perform that action at this time.
0 commit comments