We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521fccd commit 1311ae2Copy full SHA for 1311ae2
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "selphi"
3
-version = "1.5.2"
+version = "1.5.3"
4
description = "Genotype imputation using PBWT and haplotype selection"
5
authors = ["Adriano De Marino <adriano@selfdecode.com>", "Sandra Bohn <sandra@selfdecode.com>"]
6
readme = "README.md"
@@ -15,5 +15,5 @@ requires = ["poetry-core"]
15
build-backend = "poetry.core.masonry.api"
16
17
[tool.commitizen]
18
19
version_files = ["pyproject.toml:version"]
0 commit comments