Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Dec 28, 2023
1 parent 3b17409 commit 73d613a
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, 9, 0)
VERSION = (1, 10, 0)

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

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

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

0 comments on commit 73d613a

Please sign in to comment.