From 52365218454488192af146ed433daa13b7c72478 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Thu, 25 Jan 2018 21:01:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1-dev=20=E2=86=92=200.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- src/bio2bel_chebi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d2c5ef2..d311c2e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1-dev +current_version = 0.0.1 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/src/bio2bel_chebi/__init__.py b/src/bio2bel_chebi/__init__.py index a0414d7..f303cfc 100644 --- a/src/bio2bel_chebi/__init__.py +++ b/src/bio2bel_chebi/__init__.py @@ -3,7 +3,7 @@ from . import models from .manager import Manager -__version__ = '0.0.1-dev' +__version__ = '0.0.1' __title__ = 'bio2bel_chebi' __description__ = "A package for converting ChEBI to BEL"