From 0906c856fa52255fc4845c386674bf8c775f2e71 Mon Sep 17 00:00:00 2001 From: aestrivex Date: Wed, 26 Jul 2023 12:39:28 -0400 Subject: [PATCH] corrected version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"),