From 7512f070803a5ddda0f124953ac726116cacb958 Mon Sep 17 00:00:00 2001 From: jmtts <46958876+jmtts@users.noreply.github.com> Date: Wed, 27 May 2026 22:21:18 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df0efc1..79f2d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["wheel", "setuptools"] [project] name = "werk24" -version = "2.4.2" +version = "2.4.3" description = "AI-powered platform for extracting and analyzing data from technical drawings / CAD drawings to enhance manufacturing workflows." readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE.txt" }