diff --git a/setup.py b/setup.py index bc04f6c9..a19b8e1b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readme(): setup( name="blacksheep", - version="1.2.6", + version="1.2.7", description="Fast web framework and HTTP client for Python asyncio", long_description=readme(), long_description_content_type="text/markdown",