Skip to content

Commit

Permalink
bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
marmaduke woodman committed Feb 22, 2024
1 parent c6c2a33 commit 4f127f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vbjax/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def do(cmd):
do(f'/usr/bin/git add vbjax/_version.py')
do(f'/usr/bin/git commit -m bump-version')
do(f'/usr/bin/git push -u origin main')
do(f'/usr/bin/git tag {__version__}')
do(f'/usr/bin/git push -u origin {__version__}')
do(f'/usr/bin/git tag -f {__version__}')
do(f'/usr/bin/git push -u origin -f {__version__}')

0 comments on commit 4f127f5

Please sign in to comment.