diff --git a/blacksheep/__init__.py b/blacksheep/__init__.py index 11d29bcd..0f4a559e 100644 --- a/blacksheep/__init__.py +++ b/blacksheep/__init__.py @@ -3,7 +3,7 @@ used types to reduce the verbosity of the imports statements. """ __author__ = "Roberto Prevato " -__version__ = "2.0.1" +__version__ = "2.0.2" from .contents import Content as Content from .contents import FormContent as FormContent