diff options
author | Devaev Maxim <[email protected]> | 2019-04-30 01:54:37 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-30 01:54:37 +0300 |
commit | 84b68bd0a8ea1dbbeede284504cfa5d4d3e87bd8 (patch) | |
tree | b8666bc9536ddba900bb586d8d274d174f675aa7 /.bumpversion.cfg | |
parent | 04277a7c524eb663d0586c08ee077fea64a3e5ea (diff) |
Bump version: 0.160 → 0.161v0.161
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 c1d5cbc9..f1b15256 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.160 +current_version = 0.161 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |