From db3139a4071f973713d915c5ab9ddb1876f447de Mon Sep 17 00:00:00 2001 From: YojanaGadiya Date: Tue, 31 Oct 2023 10:25:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.3=20=E2=86=92=200.0.4-dev?= 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/pyBiodatafuse/version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 73d9eeeb..135e9a36 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4-dev 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 592d3d1d..0ca07988 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = "Tooba Abbassi-Daloii and Yojana Gadiya" # The full version, including alpha/beta/rc tags. -release = "0.0.3" +release = "0.0.4-dev" # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index f2c68566..adbcc079 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = pyBiodatafuse -version = 0.0.3 +version = 0.0.4-dev description = A python package for integrating data from multiple resources long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/pyBiodatafuse/version.py b/src/pyBiodatafuse/version.py index 6902da95..d3b995be 100644 --- a/src/pyBiodatafuse/version.py +++ b/src/pyBiodatafuse/version.py @@ -14,7 +14,7 @@ "get_git_hash", ] -VERSION = "0.0.3" +VERSION = "0.0.4-dev" def get_git_hash() -> str: