diff --git a/.bumpversion.cfg b/.bumpversion.cfg deleted file mode 100644 index 1ffb31a..0000000 --- a/.bumpversion.cfg +++ /dev/null @@ -1,17 +0,0 @@ -[bumpversion] -current_version = 0.1.0 -commit = True -tag = True -tag_name = {new_version} -message = Bump version: {current_version} -> {new_version} - -[bumpversion:file:VERSION] -search = __version__ = {current_version} -replace = __version__ = {new_version} - -[semver] -main_branches = develop -major_branches = -minor_branches = feature -patch_branches = bugfix, hotfix - diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8b53d56 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @josephbmanley diff --git a/VERSION b/VERSION deleted file mode 100644 index 4614ee6..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -__version__ = 0.1.0 \ No newline at end of file