diff --git a/setup.cfg b/setup.cfg index f46a4a2..a6bc89b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,3 +13,12 @@ exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,setup.py,docs show-source = True ignore = W504,D105 count = True + +[bumpversion] +current_version = 0.0.1 +commit = False +tag = False + +[bumpversion:file:setup.py] +[bumpversion:file:src/synthale/__init__.py] +[bumpversion:file:docs/conf.py]