From 6761b791c3fc28b25e4d26e2dde96dff46dd7924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=93=D0=BB=D0=B0=D0=B7=D1=83?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Wed, 3 Dec 2025 13:02:10 +0300 Subject: [PATCH] version bump in __init__ --- mypy.ini | 6 ++++++ pyserve/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index e89189e..80776d5 100644 --- a/mypy.ini +++ b/mypy.ini @@ -25,3 +25,9 @@ follow_imports = skip [mypy-django.*] ignore_missing_imports = True + +[mypy-a2wsgi] +ignore_missing_imports = True + +[mypy-asgiref.*] +ignore_missing_imports = True diff --git a/pyserve/__init__.py b/pyserve/__init__.py index 4a54926..5373739 100644 --- a/pyserve/__init__.py +++ b/pyserve/__init__.py @@ -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 (