diff --git a/Makefile b/Makefile index 38c8408..19d0792 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ release: ## Create a new tag for release. @git commit -m "release: version $${TAG} 🚀" @echo "creating git tag : $${TAG}" @git tag $${TAG} - @git push -u cantini HEAD --tags + @git push -u origin HEAD --tags @echo "Github Actions will detect the new tag and release the new version." @mkdocs gh-deploy @echo "Documentation deployed to https://jkobject.github.io/scPRINT/" diff --git a/scprint/__init__.py b/scprint/__init__.py index 23e7d73..62d042d 100644 --- a/scprint/__init__.py +++ b/scprint/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.6.2" +__version__ = "1.6.4" from .model.model import scPrint