From 6551ed47fd1d05b86f802d4f63c2012b0249a26d Mon Sep 17 00:00:00 2001 From: Thomas Cokelaer Date: Mon, 24 Jun 2024 10:46:20 +0200 Subject: [PATCH] update metadata --- README.rst | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ccd2a64..39e1fdf 100644 --- a/README.rst +++ b/README.rst @@ -99,6 +99,8 @@ Changelog ========= ========================================================================== Version Description ========= ========================================================================== +1.7.1 * integrate PR github.com/cokelaer/fitter/pull/100 from @vitorandreazza + to speedup multiprocessing run. 1.7.0 * replace logging with loguru * main application update to add missing --output-image option and use rich_click diff --git a/pyproject.toml b/pyproject.toml index 79574dc..8a1624b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fitter" -version = "1.7.0" +version = "1.7.1" description = "A tool to fit data to many distributions and get the best one(s)" authors = ["Thomas Cokelaer "] license = "GPL"