Skip to content

Commit 12c99c4

Browse files
Change version number
1 parent 2137edf commit 12c99c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snirf2bids/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# __version__.py
2-
__VERSION__ = (0, 7, 5)
2+
__VERSION__ = (0, 7, 6)
33
__version__ = '.'.join(map(str, __VERSION__))

0 commit comments

Comments
 (0)