diff --git a/README.md b/README.md index ebb0aa1..f9aa136 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Brain Connectivity Toolbox for Python version 0.6.0 +# Brain Connectivity Toolbox for Python version 0.6.1 Author: Roan LaPlante diff --git a/setup.py b/setup.py index 8677f93..be26be7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read(fname): setuptools.setup( name="bctpy", - version="0.6.0", + version="0.6.1", maintainer="Roan LaPlante", maintainer_email="rlaplant@nmr.mgh.harvard.edu", description=("Brain Connectivity Toolbox for Python"),