From 6b0ba08695409dc21b1a97b03704ec83db11d5ba Mon Sep 17 00:00:00 2001 From: Florian Briegel Date: Mon, 11 Mar 2024 13:45:37 +0100 Subject: [PATCH] fixed fullturn config path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f32f8c..465c74e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-lvmtan" -version = "0.3.2" +version = "0.3.3" description = "Lvm Tan Clu Wrapper" authors = ["Florian Briegel "] license = "BSD-3-Clause"