diff --git a/CHANGELOG b/CHANGELOG index ea49ec7..e049195 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +v0.07.2 +* Replace multiprocessing_pool by job-pool package +* Update version retrieval +* First unit test +* Linting + v0.07.1 * Add file list mapping functionality to DIA-NN converter (#20) diff --git a/pyproject.toml b/pyproject.toml index a2aa9f8..c6dc370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "triqler" -version = "0.7.1" +version = "0.7.2" description = "Triqler: TRansparent Identification-Quantification-Linked Error Rates" authors = ["Matthew The ", "Patrick Truong "] license= "Apache-2.0"