diff --git a/docs/source/conf.py b/docs/source/conf.py index 52dc2a51..79e5379f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Charles Tapley Hoyt" # The full version, including alpha/beta/rc tags. -release = "0.5.553" +release = "0.5.554-dev" # The short X.Y version. parsed_version = re.match( diff --git a/pyproject.toml b/pyproject.toml index 01a7bd24..28395688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "bioversions" -version = "0.5.553" +version = "0.5.554-dev" description = "Get the current version for biological databases" readme = "README.md" authors = [ @@ -222,7 +222,7 @@ known-first-party = [ docstring-code-format = true [tool.bumpversion] -current_version = "0.5.553" +current_version = "0.5.554-dev" 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-]+)*))?" serialize = [ "{major}.{minor}.{patch}-{release}+{build}", diff --git a/src/bioversions/version.py b/src/bioversions/version.py index 0cb5b469..9feeca65 100644 --- a/src/bioversions/version.py +++ b/src/bioversions/version.py @@ -7,7 +7,7 @@ "VERSION", ] -VERSION = "0.5.553" +VERSION = "0.5.554-dev" def get_git_hash() -> str: