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