From 114ed619de71d65ab817ec1f629d67e6287b4fc8 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Fri, 7 Jun 2024 14:51:50 +0200 Subject: [PATCH] fix: update version to 1.4.1 (#32) Signed-off-by: Juan M. Tirado --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8efc04..72a7071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pantos-common" -version = "1.4.0" +version = "1.4.1" description = "Common code for Pantos off-chain components." authors = ["Pantos GmbH "] license = "GPL-3.0-only"