From 4c2bb53b31984e75b23ca89d71e27a5012055bf6 Mon Sep 17 00:00:00 2001 From: sterinaldi Date: Wed, 14 Feb 2024 11:45:07 +0100 Subject: [PATCH] version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efb1ff5..f8d69b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ packages = ['figaro', 'figaro._pipelines'] [project] name = 'figaro' description = 'FIGARO: Fast Inference for GW Astronomy, Research & Observations' -version = '1.5.0' +version = '1.5.1' requires-python = '< 3.12' readme = {file = "README.md", content-type = "text/markdown"} license = {file = "LICENSE"}