From 9c19fe186da02074e406355dfb2177b77a17beda Mon Sep 17 00:00:00 2001
From: Peter Neher
Date: Tue, 26 Sep 2023 14:58:29 +0200
Subject: [PATCH] update version
---
.gitlab-ci.yml | 12 ++++++------
pyproject.toml | 2 +-
radtract/__init__.py | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa41839..471b829 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
diff --git a/pyproject.toml b/pyproject.toml
index eabe0ae..de1992d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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="p.neher@dkfz-heidelberg.de" },
]
diff --git a/radtract/__init__.py b/radtract/__init__.py
index 616de27..8013cc9 100644
--- a/radtract/__init__.py
+++ b/radtract/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.1.7"
+__version__ = "0.1.8"
__author__ = 'Peter Neher'
__email__ = 'p.neher@dkfz.de'
__copyright__ = "Copyright 2023, German Cancer Research Center (DKFZ), Division of Medical Image Computing"