Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
/ py-spy Public archive
forked from benfred/py-spy

Commit

Permalink
[setup] Add bumpversion stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nziebart committed Oct 3, 2018
1 parent 4238f5f commit 5348e28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
current_version = 0.1.8
commit = True
tag = True
tag_name = {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
serialize =
{major}.{minor}.{patch}{releaselevel}
{major}.{minor}.{patch}

[bumpversion:file:setup.py]

Expand Down

0 comments on commit 5348e28

Please sign in to comment.