Skip to content

Commit

Permalink
Updated version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtyszka committed Mar 15, 2018
1 parent dd7d0d7 commit df3a69a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
38 changes: 19 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions dcm2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
SOFTWARE.
"""

__version__ = '1.1.0'
__version__ = '1.1.1'

import os
import sys
Expand Down Expand Up @@ -121,8 +121,9 @@ def main():

print('')
print('------------------------------------------------------------')
print('Directory Structure')
print('DICOM to BIDS Converter')
print('------------------------------------------------------------')
print('Software Version : %s' % __version__)
print('DICOM Root Directory : %s' % dcm_root_dir)
print('BIDS Source Directory : %s' % bids_src_dir)
print('BIDS Derivatives Directory : %s' % bids_deriv_dir)
Expand Down

0 comments on commit df3a69a

Please # to comment.