Skip to content

Commit dd0f4d4

Browse files
authored
Merge pull request #1468 from poldracklab/maint/dev_status
MAINT: Dev status to beta, bump copyright year
2 parents afcca17 + c569b35 commit dd0f4d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
del get_versions
1010

1111
__author__ = 'The CRN developers'
12-
__copyright__ = 'Copyright 2018, Center for Reproducible Neuroscience, Stanford University'
12+
__copyright__ = 'Copyright 2019, Center for Reproducible Neuroscience, Stanford University'
1313
__credits__ = ('Contributors: please check the ``.zenodo.json`` file at the top-level folder'
1414
'of the repository')
1515
__license__ = '3-clause BSD'
@@ -135,7 +135,7 @@
135135
v for deps in EXTRA_REQUIRES.values() for v in deps]))
136136

137137
CLASSIFIERS = [
138-
'Development Status :: 3 - Alpha',
138+
'Development Status :: 4 - Beta',
139139
'Intended Audience :: Science/Research',
140140
'Topic :: Scientific/Engineering :: Image Recognition',
141141
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)