From e64788daca1927da3366e7469bd84d92b1567205 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Mon, 26 Apr 2021 22:02:03 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.8-dev=20=E2=86=92=200.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- conib/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c3145996..b82713f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.8-dev +current_version = 0.0.8 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/conib/__init__.py b/conib/__init__.py index df387866..3e146378 100644 --- a/conib/__init__.py +++ b/conib/__init__.py @@ -17,7 +17,7 @@ ] HERE = os.path.dirname(__file__) -VERSION = '0.0.8-dev' +VERSION = '0.0.8' # Author list will be sorted by last name AUTHORS = [ diff --git a/setup.cfg b/setup.cfg index 6a0f5532..f6830d33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ # Configuring setup() [metadata] name = conib -version = 0.0.8-dev +version = 0.0.8 description = Curation of Neurodegeneration in BEL (CONIB) long_description = file: README.md long_description_content_type = text/markdown