Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 27, 2024
1 parent a9660b1 commit b180138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ docs-deps:
# example: make tag v="v3.9.2", TAG MUST INCLUDE v
release:
git tag -a "v$(hatch version)" -m "v$(hatch version)"
git add . && git commit -m "Bump version" && git push
git push origin "$(git describe --tags $(git rev-list --tags --max-count=1))"
git add . && git commit -m "Bump version" && git push --force
git push --force origin "$(git describe --tags $(git rev-list --tags --max-count=1))"

release-patch:
hatch version patch
Expand Down
2 changes: 1 addition & 1 deletion src/injection/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v1.1.0"
__version__ = "v1.2.0"

0 comments on commit b180138

Please sign in to comment.