Skip to content

Commit

Permalink
Create a setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
amgedr committed Dec 19, 2017
1 parent 98b2a9d commit 1960e39
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[bumpversion]
current_version = 0.2.1
commit = False
tag = False
allow_dirty = True

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:webchk/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bdist_wheel]
universal = 1

[flake8]
exclude = docs

[aliases]

0 comments on commit 1960e39

Please sign in to comment.