From 1420be6cbe03105ad4bbac24a5d5ede899214e0d Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Sun, 29 Aug 2021 12:36:13 +0200 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 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- src/biolookup/version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1013d16..bdbbe2a 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/docs/source/conf.py b/docs/source/conf.py index c3a2a3f..c73cfac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = 'Charles Tapley Hoyt' # The full version, including alpha/beta/rc tags. -release = '0.0.1-dev' +release = '0.0.1' # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index 4a0a713..5f177f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = biolookup -version = 0.0.1-dev +version = 0.0.1 description = Get metadata and ontological information about all biomedical entities. long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/biolookup/version.py b/src/biolookup/version.py index 184b2d2..a7e07a6 100644 --- a/src/biolookup/version.py +++ b/src/biolookup/version.py @@ -14,7 +14,7 @@ "get_git_hash", ] -VERSION = "0.0.1-dev" +VERSION = "0.0.1" def get_git_hash() -> str: