From b06e9f1ab5abd30a364e735c3bc04798a27e4233 Mon Sep 17 00:00:00 2001 From: Adrian Gonzalez Date: Tue, 17 May 2022 15:14:23 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AA=20bump=20library=20version?= 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 319da46..2c4e069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nextx" -version = "0.14.0" +version = "0.15.0" description = "Basic structure for fastapi microservices with specific support for blueprint project solution." authors = ["adriangs1996 "] license = "MIT"