From 75506279add7390120d12349a49242bab3f467e0 Mon Sep 17 00:00:00 2001 From: Matthew The Date: Thu, 4 Jan 2024 11:49:46 +0100 Subject: [PATCH] Ready for v0.7.3 --- CHANGELOG | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e049195..eb34616 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.07.3 +* Fix DIA prior fitting matplotlib dependency +* Weaken pandas version requirement to >=1.4.0 + v0.07.2 * Replace multiprocessing_pool by job-pool package * Update version retrieval diff --git a/pyproject.toml b/pyproject.toml index e22a0ea..5343323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "triqler" -version = "0.7.2" +version = "0.7.3" description = "Triqler: TRansparent Identification-Quantification-Linked Error Rates" authors = ["Matthew The ", "Patrick Truong "] license= "Apache-2.0"