From c216743bc8a81217b47bd1f317205245093ac668 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sat, 12 Oct 2024 10:01:42 -0300 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 727a7cc..d7aa665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pest-py" -version = "0.4.0" +version = "0.4.1" description = "🐀 ⇝ pest › fastapi + rodi + mvc | python library for building scalable modular API's. Inspired by NestJS." authors = ["lucaslabs "] homepage = "https://pest.lucode.ar"