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 (