Skip to content

Commit

Permalink
create version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Jan 6, 2023
1 parent d9f182d commit ac8dbe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradunwarp/core/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
import logging

VERSION = 'HCP-1.2.0'
VERSION = '1.2.1+HCP'

usage = '''
gradient_unwarp infile outfile manufacturer -g <coefficient file> [optional arguments]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def configuration(parent_package='', top_path=None):
return config

setup(name='gradunwarp',
version = '1.2.0+HCP',
version = '1.2.1+HCP',
description = 'HCP version of Gradient Unwarping Package for Python/Numpy',
author = 'Human Connectome Project',
py_modules = mods,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.2.1

0 comments on commit ac8dbe1

Please sign in to comment.