Skip to content

Commit

Permalink
adding bumpversion to brain and initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Dec 3, 2018
1 parent 7caf3b0 commit dba2c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
current_version = 0.1.0dev
commit = True
tag = True
tagname = {newversion}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>[a-z]+)?
serialize =
{major}.{minor}.{patch}{release}
Expand Down

0 comments on commit dba2c9d

Please sign in to comment.