Skip to content

Commit 452bd18

Browse files
committed
Still updating version numbering
1 parent e101a75 commit 452bd18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradunwarp/core/globals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
77
import logging
88

9-
VERSION = '3.0.0'
9+
VERSION = 'HCP-1.0.2'
1010

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

setup.py

+1-1
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 = 'HCP-1.0.0',
44+
version = 'HCP-1.0.2',
4545
description = 'HCP version of Gradient Unwarping Package for Python/Numpy',
4646
author = 'Human Connectome Project',
4747
py_modules = mods,

0 commit comments

Comments
 (0)