Skip to content

Commit

Permalink
Use bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Ruhier committed May 7, 2018
1 parent caf1a04 commit 45bf212
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
[bumpversion]
current_version = 1.0.0
commit = True
tag = True
tag_name={new_version}

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

[aliases]
test=pytest
# verbose mode
Expand Down

0 comments on commit 45bf212

Please sign in to comment.