From 21c854a9674222dd50682ea2f17b0a778252e116 Mon Sep 17 00:00:00 2001 From: simeonreusch Date: Wed, 16 Aug 2023 09:22:40 +0200 Subject: [PATCH] versionbump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ce978e..5693165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ztfparsnip" -version = "0.2.2" +version = "0.3.0" description = "Generate noisified lightcurves based on the BTS sample and retrain Parsnip with these." authors = ["Simeon Reusch ", "Alice Townsend "] readme = "README.md"