From e3c4447543a343abfc802d9ab7431230df2c53af Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Wed, 11 Dec 2019 18:59:09 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.14-dev=20=E2=86=92=200.0.?= =?UTF-8?q?14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- src/biokeen/constants.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4cea61e..8cc31ab 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.14-dev +current_version = 0.0.14 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/docs/source/conf.py b/docs/source/conf.py index 37c1f72..6d83619 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,7 @@ author = 'Mehdi Ali, Charles Tapley Hoyt, and Daniel Domingo-Fernández' # The full version, including alpha/beta/rc tags. -release = '0.0.14-dev' +release = '0.0.14' # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index 40f010a..2daa52d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ # Configuring setup() [metadata] name = biokeen -version = 0.0.14-dev +version = 0.0.14 description = A package for training and evaluating biological knowledge graph embeddings long_description = file: README.rst diff --git a/src/biokeen/constants.py b/src/biokeen/constants.py index c720258..4fccd49 100644 --- a/src/biokeen/constants.py +++ b/src/biokeen/constants.py @@ -36,7 +36,7 @@ def iterate_source_paths(self) -> Iterable[str]: biokeen_config = BiokeenConfig.load() os.makedirs(biokeen_config.data_directory, exist_ok=True) -VERSION = '0.0.14-dev' +VERSION = '0.0.14' EMOJI = '🍩' # Available databases