diff --git a/pyproject.toml b/pyproject.toml index 9ff4d61..e9cae49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "selphi" -version = "1.5.1" +version = "1.5.2" description = "Genotype imputation using PBWT and haplotype selection" authors = ["Adriano De Marino ", "Sandra Bohn "] readme = "README.md" @@ -15,5 +15,5 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.5.1" +version = "1.5.2" version_files = ["pyproject.toml:version"]