Skip to content

Commit

Permalink
v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Jun 26, 2024
1 parent c3eaee7 commit 5cf9208
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, 10, 5)
VERSION = (1, 10, 6)

__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 @@ -7,7 +7,7 @@ license = { text = "Apache-2.0" }
name = "a2wsgi"
readme = "README.md"
requires-python = ">=3.8.0"
version = "1.10.5"
version = "1.10.6"

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

0 comments on commit 5cf9208

Please sign in to comment.