diff --git a/blacksheep/__init__.py b/blacksheep/__init__.py index bce8694..29f805b 100644 --- a/blacksheep/__init__.py +++ b/blacksheep/__init__.py @@ -4,7 +4,7 @@ """ __author__ = "Roberto Prevato " -__version__ = "2.0.7" +__version__ = "2.0.8" from .contents import Content as Content from .contents import FormContent as FormContent