Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maedoc committed Nov 13, 2023
1 parent bbbc9a8 commit 500162a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vbjax/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = 'v0.0.9'
__version__ = 'v0.0.10'

if __name__ == '__main__':
print(__version__)
Expand All @@ -7,5 +7,7 @@
print(cmd, args)
if cmd == 'tag':
os.system(f'git add vbjax/_version.py')
os.system(f'git commit -m "bump version"')
os.system(f'git tag {__version__}')
os.system(f'git push -u origin main')
os.system(f'git push -u origin {__version__}')

0 comments on commit 500162a

Please sign in to comment.