From 46e2f6af9240142cde332b74d9938f8c1d143b7e Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sat, 12 Oct 2024 13:19:30 -0300 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.4.2?= 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 a026418..8e37e18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pest-py" -version = "0.4.1" +version = "0.4.2" description = "🐀 ⇝ pest › fastapi + rodi + mvc | python library for building scalable modular API's. Inspired by NestJS." authors = ["Lucas Colombo "] homepage = "https://pest.lucode.ar"