Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneher committed Sep 26, 2023
1 parent ddcc838 commit 9c19fe1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ test_run_parcellate:
script:
- radtract_parcellate --streamlines tests/test_data/test_tract.trk --envelope tests/test_data/test_tract_envelope.nii.gz --start tests/test_data/test_tract_b.nii.gz --num_parcels 5 --output tests/test_results/hyperplane_parcellation_command.nii.gz

#test_run_features:
# extends: test_run_parcellate
# script:
# - radtract_features --parcellation test/test_results/hyperplane_parcellation_command.nii.gz --map tests/test_data/test_map.nii.gz --output test/test_results/hyperplane_parcellation_command.csv
# dependencies:
# - test_run_parcellate
test_run_features:
extends: test_run_parcellate
script:
- radtract_features --parcellation tests/test_results/hyperplane_parcellation_command.nii.gz --map tests/test_data/test_map.nii.gz --output tests/test_results/hyperplane_parcellation_command.csv
dependencies:
- test_run_parcellate
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "radtract"
version = "0.1.7"
version = "0.1.8"
authors = [
{ name="Peter Neher", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion radtract/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
__author__ = 'Peter Neher'
__email__ = '[email protected]'
__copyright__ = "Copyright 2023, German Cancer Research Center (DKFZ), Division of Medical Image Computing"
Expand Down

0 comments on commit 9c19fe1

Please sign in to comment.