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

Commit

Permalink
Getting ready for a new 0.12.0 release. Also upping development statu…
Browse files Browse the repository at this point in the history
…s to Beta (!).
  • Loading branch information
pbellec committed Aug 5, 2021
1 parent 4a3d560 commit 62383d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="load_confounds",
version="0.11.1",
version="0.12.0",
description="load fMRIprep confounds in python",
license="MIT",
url="https://github.com/simexp/load_confounds",
Expand All @@ -32,14 +32,15 @@
"nilearn>=0.7.1",
], # external packages as dependencies
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.5",
)

0 comments on commit 62383d4

Please sign in to comment.