Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sahahn committed Jun 6, 2022
1 parent 0644fdd commit 36ab2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neurotools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit 36ab2fe

Please sign in to comment.