Skip to content

Commit

Permalink
upload changes to gear
Browse files Browse the repository at this point in the history
  • Loading branch information
TinasheMTapera committed Apr 13, 2022
1 parent 148d27a commit 3dc1e40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fw-heudiconv",
"label": "Flywheel HeuDiConv",
"description": "HeuDiConv-style BIDS curation on Flywheel. Flywheel HeuDiConv (or fw-heudiconv, pronounced /fwuː di kɑː n(v)/) is a Python-based toolkit that leverages the flexibility and comprehensiveness of HeuDiConv to curate neuroimaging data on Flywheel into a BIDS-valid format.",
"version": "0.2.15_0.4.1",
"version": "0.2.15_0.4.3",
"inputs": {
"api_key": {
"base": "api-key"
Expand Down Expand Up @@ -36,7 +36,7 @@
"custom": {
"gear-builder": {
"category": "analysis",
"image": "pennbbl/fw-heudiconv:0.2.15_0.4.1"
"image": "pennbbl/fw-heudiconv:0.2.15_0.4.3"
},
"flywheel":{"suite": "PennBBL"}
}
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
echo Uploading to pip...

python setup.py sdist
twine upload dist/*
twine upload dist/* --skip-existing

echo Uploading gear...

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pathvalidate
pytest
nibabel
pytest-cov
heudiconv
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="fw_heudiconv",
version="0.4.1",
version="0.4.3",
author="Tinashe M. Tapera, Matt Cieslak, Harsha Kethineni",
author_email="[email protected]",
description="Use heudiconv-like heuristics for BIDS curation on flywheel",
Expand Down

0 comments on commit 3dc1e40

Please sign in to comment.