diff --git a/CHANGELOG b/CHANGELOG index f92c658..ceb2157 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v0.4.6 +- Fixed .exe building + v0.4.5 - Updated MaRaCluster to v1.03 diff --git a/pyproject.toml b/pyproject.toml index b329979..6ff7e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simsi_transfer" -version = "0.4.5" +version = "0.4.6" description = "Software-assisted reduction of missing values in phosphoproteomics and proteomics isobaric labeling data using MS2 spectrum clustering" authors = ["Firas Hamood ", "Matthew The "] license= "Apache-2.0"