Skip to content

Commit 7f4297c

Browse files
author
Aber Sheeran
committed
v1.9.0
1 parent 5393ea0 commit 7f4297c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

a2wsgi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .asgi import ASGIMiddleware
22
from .wsgi import WSGIMiddleware
33

4-
VERSION = (1, 8, 0)
4+
VERSION = (1, 9, 0)
55

66
__version__: str = ".".join(map(str, VERSION))
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = {text = "Apache-2.0"}
99
name = "a2wsgi"
1010
readme = "README.md"
1111
requires-python = ">=3.8.0"
12-
version = "1.8.0"
12+
version = "1.9.0"
1313

1414
[project.urls]
1515
homepage = "https://github.com/abersheeran/a2wsgi"

0 commit comments

Comments
 (0)