From 6829d84997670ab4b2b6a33bbf723b55a627b034 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Tue, 30 Apr 2024 16:09:07 +0200 Subject: [PATCH] updates version to v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f106f0f..766197e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydase-service-base" -version = "0.1.0" +version = "0.2.0" description = "Repository storing the code that is common to all pydase services." authors = ["Mose Mueller "] license = "MIT"