diff options
author | Devaev Maxim <[email protected]> | 2018-09-26 03:48:14 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-09-26 03:48:14 +0300 |
commit | 47023750383e947a5b14c64ccaf7d565c7c47376 (patch) | |
tree | bf2db507a69739c864325aa1febae9244434fead /.bumpversion.cfg | |
parent | 81a5311349564a1016c4af2bf18ae872b650e85b (diff) |
Bump version: 0.66 → 0.67v0.67
Diffstat (limited to '.bumpversion.cfg')
-rw-r--r-- | .bumpversion.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b335e869..e150b0d6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.66 +current_version = 0.67 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |