From 01ee564fe24219e2495ca5fe63fd259a30dfd107 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Tue, 28 May 2024 12:15:01 +0300 Subject: [PATCH] build(release): 0.101.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 037aacf..f112658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "muffin" -version = "0.100.1" +version = "0.101.0" description = "Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)" readme = "README.rst" license = "MIT"