Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekanthkura7 committed Jan 3, 2025
1 parent 9486ac6 commit bb101a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snirf2bids/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# __version__.py
__VERSION__ = (0, 8, 0)
__VERSION__ = (0, 8, 1)
__version__ = '.'.join(map(str, __VERSION__))

0 comments on commit bb101a1

Please sign in to comment.