From a1a742c35e35e1be7a8072c18a55b73f21bb0baf Mon Sep 17 00:00:00 2001 From: aruderman Date: Mon, 21 Oct 2024 18:27:50 -0300 Subject: [PATCH] new version 0.5.6 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c4e15..e5e7118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of galpynostatic +## v0.5.6 (2024-10-21) + +- Missing changes simulation.ProfileFitting due to the previous versions changes. + ## v0.5.5 (2024-09-24) - Missing changes in others galpynostatic modules due to the previous versions changes in the geometry factor in the Xi equation. diff --git a/pyproject.toml b/pyproject.toml index d77f505..ae9d42e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" [project] name = "galpynostatic" -version = "0.5.5" +version = "0.5.6" authors = [ {name = "Francisco Fernandez", email = "ffernandev@gmail.com"}, {name = "Maximiliano Gavilán", email = "maxigavilan@hotmail.com"},