From d4127b2d3abadb3c4a9e193a23cef6aafcb1e8ca Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Fri, 7 Jun 2024 16:32:07 +0300 Subject: [PATCH] build(release): 7.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3174703..db6b2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "muffin-rest" -version = "7.3.2" +version = "7.3.3" description = "The package provides enhanced support for writing REST APIs with Muffin framework" readme = "README.rst" homepage = "https://github.com/klen/muffin-rest"