diff --git a/.bumpversion.cfg b/.bumpversion.cfg deleted file mode 100644 index 8464e12..0000000 --- a/.bumpversion.cfg +++ /dev/null @@ -1,7 +0,0 @@ -[bumpversion] -current_version = 1.9.6 -commit = True -tag = True - -[bumpversion:file:fbchat/__init__.py] - diff --git a/pyproject.toml b/pyproject.toml index fe4b5b7..ed3d55b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,3 @@ docs = [ lint = [ "black", ] -tools = [ - # Fork of bumpversion, see https://github.com/c4urself/bump2version - "bump2version~=0.5.0", -]