diff options
author | Devaev Maxim <[email protected]> | 2018-12-16 22:57:11 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-16 22:57:11 +0300 |
commit | 9bd83b886e610aff97f68b887c60cc823daa38a3 (patch) | |
tree | faf6e428a8fddae6e01625f2b026f8d52a113395 /.bumpversion.cfg | |
parent | 2ffbbdc0dbc0794eed1afed44d015a618917baba (diff) |
Bump version: 0.115 → 0.116v0.116
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 c8556d56..8ddfda84 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.115 +current_version = 0.116 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |