From 32782fdaeb8469f45f15f06560873c197695ab01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Garc=C3=ADa=20Prado?= Date: Mon, 17 May 2021 17:23:45 +0200 Subject: [PATCH] ISSUE #? * Fix project name bug. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9232de0..bcaca222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "minos_microservice_network" +name = "minos_microservice_networks" version = "0.0.2" description = "Python Package with the common network classes and utilities used in Minos Microservice." readme = "README.md"