diff --git a/.bumpversion.cfg b/.bumpversion.cfg deleted file mode 100644 index d3f856c..0000000 --- a/.bumpversion.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[bumpversion] -current_version = 1.2.7 -commit = True -tag = True - -[bumpversion:file:VERSION] \ No newline at end of file diff --git a/.bumpversion.toml b/.bumpversion.toml new file mode 100644 index 0000000..0bfe114 --- /dev/null +++ b/.bumpversion.toml @@ -0,0 +1,8 @@ +[tool.bumpversion] +current_version = "1.2.6" +commit = true +tag = true +tag_name = "{new_version}" + +[[tool.bumpversion.files]] +filename = "VERSION" \ No newline at end of file