From 015c66d5a6d426028dc5d964c7e6ce00872e3b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Thu, 22 May 2025 16:03:13 +0200 Subject: [PATCH] updates version to 0.10.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4052c94..c52a0fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pydase" -version = "0.10.14" +version = "0.10.15" 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"}