From 1312ae189f21399808f30adc5197882fb44c33e9 Mon Sep 17 00:00:00 2001 From: birkholz-cubert Date: Wed, 1 Oct 2025 14:26:29 +0200 Subject: [PATCH] upped version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7173df7..c3400f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cuvis" -version = "3.4.0" +version = "3.4.1" description = "CUVIS Python SDK." readme = "README.md" requires-python = ">=3.9"