Skip to content

Commit

Permalink
debug tags
Browse files Browse the repository at this point in the history
  • Loading branch information
marmaduke woodman committed Oct 13, 2023
1 parent 16bdcde commit f631dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: setup python
run: sudo apt-get update && sudo apt-get install -y python3-pip
- name: debug git status
run: git status && cat vbjax/_version.py
- name: pip install dependencies
run: pip install '.[dev]'
- name: run tests
Expand Down
2 changes: 1 addition & 1 deletion vbjax/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = 'v0.0.9rc3'
__version__ = 'v0.0.9'

if __name__ == '__main__':
print(__version__)
Expand Down

0 comments on commit f631dff

Please sign in to comment.