diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1e1eaf8..2260bca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4 +current_version = 1.0.0 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 0eb8b77..61c39fd 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.4" +release = "1.0.0" # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index 3a7c996..0f0d0fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = pyBiodatafuse -version = 0.0.4 +version = 1.0.0 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 ebd6c0c..fba4bd2 100644 --- a/src/pyBiodatafuse/version.py +++ b/src/pyBiodatafuse/version.py @@ -14,7 +14,7 @@ "get_git_hash", ] -VERSION = "0.0.4" +VERSION = "1.0.0" def get_git_hash() -> str: