Skip to content

Commit 68c5bee

Browse files
committed
increment minor version
1 parent 0d674dc commit 68c5bee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "mofapy2"
7-
version = "0.7.3"
7+
version = "0.7.4"
88
description = "Multi-omics factor analysis"
99
authors = ['Ricard Argelaguet', 'Damien Arnol', 'Danila Bredikhin', 'Britta Velten']
1010
license = "LGPL-3.0"
@@ -21,6 +21,6 @@ scikit-learn = "~1"
2121
h5py = "~3"
2222
anndata = { version = "> 0.8", optional = true }
2323

24-
[tool.poetry.dev-dependencies]
24+
[tool.poetry.group.dev.dependencies]
2525
pytest = "^7.4.2"
2626
anndata = "~0.9"

0 commit comments

Comments
 (0)