From bf82e14822eae7b973b96322e9c2c29de7d3f2a0 Mon Sep 17 00:00:00 2001 From: werk24 <58558001+werk24@users.noreply.github.com> Date: Thu, 15 May 2025 21:18:34 +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 e5d8bbcf..5cc2462d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["wheel", "setuptools"] [project] name = "werk24" -version = "2.0.7" +version = "2.1.0" 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" }