diff options
author | Devaev Maxim <[email protected]> | 2018-12-16 04:13:53 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-16 04:13:53 +0300 |
commit | 0492ff2e02d0e2791e3fcea8ddabbb18dcab5b3b (patch) | |
tree | ba6405c8993654c46d228515019189bbd43b6f6f /.bumpversion.cfg | |
parent | 6626e514b391d672a6352bbd965a1b3d671ed487 (diff) |
Bump version: 0.114 → 0.115v0.115
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 19e4031e..c8556d56 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.114 +current_version = 0.115 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |