From 4de87ff10762e6aa22ecd5889971f3b755e3da27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Dupourqu=C3=A9?= <49200287+renecotyfanboy@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:26:55 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eb0041..c019d54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jaxspec" -version = "0.2.1dev-2" +version = "0.2.1" description = "jaxspec is a bayesian spectral fitting library for X-ray astronomy." authors = ["sdupourque "] license = "MIT"