From 36ab2fe61531dbf3376afd0276984b1a8793ca2a Mon Sep 17 00:00:00 2001 From: sahahn Date: Mon, 6 Jun 2022 12:34:22 -0400 Subject: [PATCH] Bump version --- neurotools/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neurotools/__init__.py b/neurotools/__init__.py index d188d22..e8c15c5 100644 --- a/neurotools/__init__.py +++ b/neurotools/__init__.py @@ -5,7 +5,7 @@ import warnings # Set version -__version__ = '0.23' +__version__ = '0.24' __data_version__ = '1.2.5' CURRENT_DR = Path(__file__).parent.absolute() diff --git a/setup.py b/setup.py index b3d812b..a8e1898 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='bp-neurotools', - version='0.23', + version='0.24', long_description=long_description, long_description_content_type='text/markdown', description='General helper functions for working with neuroimaging data.',