Skip to content

Commit 28e7a3e

Browse files
committed
Versioning of release
1 parent 4759af7 commit 28e7a3e

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ authors:
1111
given-names: "Da"
1212
orcid: "https://orcid.org/0000-0001-6023-6523"
1313
title: "SUIT: A Python-based toolbox for cerebellar imaging analysis"
14-
version: 1.0.0
15-
date-released: 2023-07-20
14+
version: 1.3.0
15+
date-released: 2023-10-08
1616
url: "https://github.com/DiedrichsenLab/SUITPy"

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The required dependencies to use the software are:
2323
* pandas >= 0.24
2424
* matplotlib >= 1.5.1
2525
* scipy >=1.0
26+
* neuroimagingtools >= 1.1.1
2627

2728
Install
2829
-------

SUITPy/version.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
based heavily on `nilearn.version`
77
"""
88

9-
__version__ = '1.3.0'
9+
__version__ = '1.3.1'
1010

1111
_SUITPy_INSTALL_MSG = 'See %s for installation information.' % (
1212
'https://suitpy.readthedocs.io/en/latest/install.html#installation')
@@ -21,6 +21,9 @@
2121
('nibabel', {
2222
'min_version': '2.5',
2323
'required_at_installation': True}),
24+
('neuroimagingtools', {
25+
'min_version': '1.1.1',
26+
'required_at_installation': True}),
2427
("requests", {
2528
"min_version": "2",
2629
"required_at_installation": True

requirements-build-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ipykernel
1212
nbsphinx
1313
scipy
1414
plotly
15-
neuroimagingtools
15+
neuroimagingtools>=1.1.1

0 commit comments

Comments
 (0)