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