From dbe15df96654dd82a9280f16b69de17a8dfb43ff Mon Sep 17 00:00:00 2001 From: jacekv Date: Fri, 11 Oct 2024 14:31:49 +0200 Subject: [PATCH] Updating version in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19206bd..ae41a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pantos-client-library" -version = "2.0.1" +version = "2.0.2" description = "Client library for engaging with the Pantos system" authors = ["Pantos GmbH "] license = "GPL-3.0-only"