diff --git a/neuroglia/__init__.py b/neuroglia/__init__.py index 84ef124..cb7ceb7 100644 --- a/neuroglia/__init__.py +++ b/neuroglia/__init__.py @@ -1,6 +1,6 @@ """neuroglia - pipelines for transformations for neurophysiology data""" -__version__ = '0.2.9' +__version__ = '0.2.10' __author__ = 'Justin Kiggins ' __all__ = [] diff --git a/setup.cfg b/setup.cfg index 2f5b3fa..47e1f45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,15 +1,15 @@ [bumpversion] -current_version = 0.2.9 +current_version = 0.2.10 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}.{release}{n} {major}.{minor}.{patch} [bumpversion:part:release] optional_value = gamma -values = +values = a b rc @@ -31,3 +31,4 @@ replace = __version__ = '{new_version}' [tool:pytest] testpaths = tests + diff --git a/setup.py b/setup.py index fc7f95e..aece112 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="neuroglia", - version="0.2.9", + version="0.2.10", url="https://github.com/AllenInstitute/neuroglia", author="Justin Kiggins",