From a704b6c15f7e9e96df3a161aacce0b5f38003141 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 30 Oct 2024 14:07:37 +0000 Subject: [PATCH] Version bump (forgot to do this) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bc95dd..192cddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dynamic = ["version"] [tool.poetry] name = "read_aconity_layers" -version = "0.2.0" +version = "0.3.0" description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine" urls = { github = "https://github.com/Cian-H/read_aconity_layers" } authors = ["Cian Hughes "]