From 9d2a4d5e32ecfdcbeec60db4e52db554afd09a8f Mon Sep 17 00:00:00 2001 From: sterinaldi Date: Wed, 14 Feb 2024 23:57:15 +0100 Subject: [PATCH] version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87e3ece..48fbdfe 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.2' +version = '1.5.3' requires-python = '< 3.12' readme = {file = "README.md", content-type = "text/markdown"} license = {file = "LICENSE"}