diff --git a/neuro/__init__.py b/neuro/__init__.py index 3dfc96b..fb25c4f 100644 --- a/neuro/__init__.py +++ b/neuro/__init__.py @@ -1,2 +1,2 @@ __author__ = "Adam Tyson" -__version__ = "0.0.18" +__version__ = "0.0.19" diff --git a/setup.cfg b/setup.cfg index 6d1f584..fd85c6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.18 +current_version = 0.0.19 commit = True tag = True diff --git a/setup.py b/setup.py index a5fa128..c00816d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="neuro", - version="0.0.18", + version="0.0.19", description="Visualisation and analysis of brain imaging data", install_requires=requirements, extras_require={