From b5f4711fbd872f320b5d8a84bfc92d19d3847a48 Mon Sep 17 00:00:00 2001 From: sandra-selfdecode Date: Mon, 23 Dec 2024 12:25:53 -0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.5.1=20=E2=86=92=201.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]