From d0e353bfab10f578a8fbbb281c0c33440010d0f0 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 10 May 2024 12:15:34 +0100 Subject: [PATCH] Incremented version in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c59d71d..a90907e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "read-aconity-layers" -version = "0.1.0" +version = "0.2.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 "]