From 73382b6281a5fb847c50366f5db34287a7232cd2 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 30 Nov 2023 14:52:04 -0600 Subject: [PATCH] Update pyproject.toml, unset version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15af3d46..60c7474e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "build123d" -version = "0.1.0" +# version = "0.1.0" dynamic = ["version"] authors = [ {name = "Roger Maitland", email = "gumyr9@gmail.com"},