From 920c5d2facf653dcc7c23169745955ff8b6bede5 Mon Sep 17 00:00:00 2001 From: Justin Kiggins Date: Mon, 27 Aug 2018 21:07:30 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.9=20=E2=86=92=200.2.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neuroglia/__init__.py | 2 +- setup.cfg | 7 ++++--- setup.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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",