Skip to content

Commit

Permalink
set version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitberanger committed Apr 25, 2022
1 parent d30b8fa commit 21dd2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions niix2bids/metadata.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__version__ = '0.0.1'
__version__ = 'v1.0.0'


def get_niix2bids_version() -> str:
return __version__


def get_bids_version() -> str:
return '1.6.0'
return 'v1.6.0'

0 comments on commit 21dd2bf

Please sign in to comment.