Skip to content

Commit

Permalink
v0.8.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed May 28, 2024
1 parent f6d42f5 commit 18eb3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snirf/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__VERSION__ = (0, 7, 4)
__VERSION__ = (0, 8, 0)
__version__ = '.'.join(map(str, __VERSION__))

0 comments on commit 18eb3b7

Please sign in to comment.