We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5393ea0 commit 7f4297cCopy full SHA for 7f4297c
2 files changed
a2wsgi/__init__.py
@@ -1,7 +1,7 @@
1
from .asgi import ASGIMiddleware
2
from .wsgi import WSGIMiddleware
3
4
-VERSION = (1, 8, 0)
+VERSION = (1, 9, 0)
5
6
__version__: str = ".".join(map(str, VERSION))
7
pyproject.toml
@@ -9,7 +9,7 @@ license = {text = "Apache-2.0"}
9
name = "a2wsgi"
10
readme = "README.md"
11
requires-python = ">=3.8.0"
12
-version = "1.8.0"
+version = "1.9.0"
13
14
[project.urls]
15
homepage = "https://github.com/abersheeran/a2wsgi"
0 commit comments