From e7532adb2ef608a378c6b1667e2be3f53332de18 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Wed, 31 Jul 2024 17:02:48 +0300 Subject: [PATCH] build(release): 0.102.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 849bb0c..5bcfd1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "muffin" -version = "0.102.0" +version = "0.102.1" description = "Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)" readme = "README.rst" license = "MIT"