Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 62383d4

Browse files
committed
Getting ready for a new 0.12.0 release. Also upping development status to Beta (!).
1 parent 4a3d560 commit 62383d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

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

1010
setup(
1111
name="load_confounds",
12-
version="0.11.1",
12+
version="0.12.0",
1313
description="load fMRIprep confounds in python",
1414
license="MIT",
1515
url="https://github.com/simexp/load_confounds",
@@ -32,14 +32,15 @@
3232
"nilearn>=0.7.1",
3333
], # external packages as dependencies
3434
classifiers=[
35-
"Development Status :: 3 - Alpha",
35+
"Development Status :: 4 - Beta",
3636
"Intended Audience :: Developers",
3737
"Topic :: Software Development :: Build Tools",
3838
"License :: OSI Approved :: MIT License",
3939
"Programming Language :: Python :: 3.5",
4040
"Programming Language :: Python :: 3.6",
4141
"Programming Language :: Python :: 3.7",
4242
"Programming Language :: Python :: 3.8",
43+
"Programming Language :: Python :: 3.9",
4344
],
4445
python_requires=">=3.5",
4546
)

0 commit comments

Comments
 (0)