Skip to content

Commit

Permalink
add make bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jun 19, 2016
1 parent 0d800f3 commit 77423c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ dist: clean ## builds source and wheel package

install: clean ## install the package to the active Python's site-packages
python setup.py install

bump: test
bumpversion patch --config-file=setup.cfg

0 comments on commit 77423c2

Please sign in to comment.