diff options
author | Devaev Maxim <[email protected]> | 2018-10-28 14:04:41 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-28 14:04:41 +0300 |
commit | aeed3daac547cbe6e799dfb22c11142b20fb8982 (patch) | |
tree | 18b42332b89fb7db5dcbb92458eabc6f992a6520 /.bumpversion.cfg | |
parent | 930577e745c19ecfff17c101dff78d8a1455607f (diff) |
Bump version: 0.81 → 0.82v0.82
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 bfec947d..f59d3b40 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.81 +current_version = 0.82 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |