From 3e9844bdacf96015a823f72b4fb5f435cc109129 Mon Sep 17 00:00:00 2001 From: Joao Felipe Rocha Date: Fri, 27 Feb 2026 19:36:44 -0500 Subject: [PATCH 1/2] Makefile correction --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd763f5..3c3b44e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ pypi: dist twine upload --repository pypi dist/* dist: clean - python setup.py sdist bdist_wheel + python -m build clean: rm -rf dist \ No newline at end of file From fc2b3997dc428e8c61945e3cfa3cff11bdad26e1 Mon Sep 17 00:00:00 2001 From: Joao Felipe Rocha Date: Fri, 27 Feb 2026 19:37:53 -0500 Subject: [PATCH 2/2] MIOFlow version update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40280c9..b7ef382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mioflow" -version = "0.1.10" +version = "0.1.11" description = "MIOFlow is a Python package for modeling and analyzing single-cell RNA-seq data using optimal flows." readme = "README.md" requires-python = ">=3.8"