version bump in __init__

This commit is contained in:
Илья Глазунов
2025-12-03 13:02:10 +03:00
parent fb87445cbd
commit 6761b791c3
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
PyServe - HTTP web server written on Python
"""
__version__ = "0.8.0"
__version__ = "0.9.0"
__author__ = "Ilya Glazunov"
from .asgi_mount import (