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 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"