From 48e60de5064020269c1dc3be9a028e76d316e9e3 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Fri, 6 Jun 2025 10:01:06 +0200 Subject: [PATCH] updates to version v0.3.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e63245..daadd0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydase-service-base" -version = "0.3.2" +version = "0.3.4" description = "Repository storing the code that is common to all pydase services." authors = ["Mose Mueller "] license = "MIT"