mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 07:29:42 +00:00
Add bumpversion config
This commit is contained in:
parent
dad478b568
commit
7760cc746e
1 changed files with 9 additions and 0 deletions
|
|
@ -13,3 +13,12 @@ exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,setup.py,docs
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = W504,D105
|
ignore = W504,D105
|
||||||
count = True
|
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]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue