Skip to content

Commit

Permalink
adding version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Nov 27, 2024
1 parent 3a3647a commit 01b839c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion scprint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.6.2"
__version__ = "1.6.4"

from .model.model import scPrint

Expand Down

0 comments on commit 01b839c

Please sign in to comment.