From 00d730c71b43f832e19f8a20f45e7587e7b6f4a9 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Tue, 17 Dec 2024 07:30:41 +0100 Subject: [PATCH] updates to version v0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4542c98..ef030ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydase-service-base" -version = "0.2.1" +version = "0.3.0" description = "Repository storing the code that is common to all pydase services." authors = ["Mose Mueller "] license = "MIT"