diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 05810fda..09c028ed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.421 +current_version = 0.5.422-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/setup.cfg b/setup.cfg index a95114b6..b63de24b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ # Configuring setup() [metadata] name = bioversions -version = 0.5.421 +version = 0.5.422-dev description = What's the current version for each biological database? long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/bioversions/version.py b/src/bioversions/version.py index a4aa20a4..2f750fc3 100644 --- a/src/bioversions/version.py +++ b/src/bioversions/version.py @@ -9,7 +9,7 @@ "VERSION", ] -VERSION = "0.5.421" +VERSION = "0.5.422-dev" def get_git_hash() -> str: