From 41bc826518e1fd2ee1f2a219e7744d83cd5e7aa4 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 28 May 2025 11:13:59 +0100 Subject: [PATCH] Switched version to be completely managed by maturin --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb2be30..e9a0515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [project] name = "read_aconity_layers" -version = "0.4.2" description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine" requires-python = ">=3.11" classifiers = [ @@ -11,13 +10,13 @@ classifiers = [ authors = [{ name = "Cian Hughes", email = "chughes000@gmail.com" }] license = { text = "MIT" } readme = "README.md" +dynamic = ["version"] [project.urls] github = "https://github.com/Cian-H/read_aconity_layers" [tool.poetry] name = "read_aconity_layers" -version = "0.4.2" description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine" authors = ["Cian Hughes "] license = "MIT"