From 72a3c199d97ebcb5596f3192291d467a0cb7099d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Fri, 27 Jun 2025 08:48:07 +0200 Subject: [PATCH] updates to version v0.10.18 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f3a4ae..13360c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pydase" -version = "0.10.17" +version = "0.10.18" description = "A flexible and robust Python library for creating, managing, and interacting with data services, with built-in support for web and RPC servers, and customizable features for diverse use cases." authors = [ {name = "Mose Müller",email = "mosemueller@gmail.com"}