From e0850e0d5a1a7990c984b308dd52cf997029888e Mon Sep 17 00:00:00 2001 From: Florian Rupprecht Date: Tue, 21 May 2024 14:56:18 -0400 Subject: [PATCH] Set version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce8f7ca..6ca3593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fineslice" -version = "0.1.0" +version = "0.0.3" description = "Affine slicer." authors = ["Florian Rupprecht "] license = "BSD 3-Clause License"