From f86340fc72c986a8238c1bbe4080be00e8006cfe Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 20 Dec 2019 15:20:10 -0500 Subject: [PATCH] Moved main branch to master --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8c80fbe..93cf054 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -9,7 +9,7 @@ search = version = '0.0.0' replace = version = '{new_version}' [semver] -main_branches = develop +main_branches = master major_branches = minor_branches = feature patch_branches = hotfix, bugfix