Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aber Sheeran committed Dec 6, 2023
1 parent 5393ea0 commit 7f4297c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion a2wsgi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .asgi import ASGIMiddleware
from .wsgi import WSGIMiddleware

VERSION = (1, 8, 0)
VERSION = (1, 9, 0)

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = {text = "Apache-2.0"}
name = "a2wsgi"
readme = "README.md"
requires-python = ">=3.8.0"
version = "1.8.0"
version = "1.9.0"

[project.urls]
homepage = "https://github.com/abersheeran/a2wsgi"
Expand Down

0 comments on commit 7f4297c

Please sign in to comment.