Skip to content

Commit ac8dbe1

Browse files
committed
create version 1.2.1
1 parent d9f182d commit ac8dbe1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradunwarp/core/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
77
import logging
88

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

1111
usage = '''
1212
gradient_unwarp infile outfile manufacturer -g <coefficient file> [optional arguments]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def configuration(parent_package='', top_path=None):
4141
return config
4242

4343
setup(name='gradunwarp',
44-
version = '1.2.0+HCP',
44+
version = '1.2.1+HCP',
4545
description = 'HCP version of Gradient Unwarping Package for Python/Numpy',
4646
author = 'Human Connectome Project',
4747
py_modules = mods,

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.0
1+
v1.2.1

0 commit comments

Comments
 (0)