Skip to content

Commit

Permalink
v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Mar 13, 2024
1 parent a593be6 commit 8169f0a
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
@@ -1,7 +1,7 @@
from .asgi import ASGIMiddleware
from .wsgi import WSGIMiddleware

VERSION = (1, 10, 3)
VERSION = (1, 10, 4)

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -7,7 +7,7 @@ license = { text = "Apache-2.0" }
name = "a2wsgi"
readme = "README.md"
requires-python = ">=3.8.0"
version = "1.10.3"
version = "1.10.4"

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

0 comments on commit 8169f0a

Please sign in to comment.