From 37d3da82e02c2cfbfdbc411388e9b70c68f970eb Mon Sep 17 00:00:00 2001 From: Roberto Prevato Date: Sat, 25 Jan 2025 17:14:38 +0100 Subject: [PATCH] Update version --- blacksheep/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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