diff options
author | Devaev Maxim <[email protected]> | 2018-10-02 23:36:58 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-02 23:36:58 +0300 |
commit | ed6a0078909af47eebe7a5ba3898dcff6c78ffb2 (patch) | |
tree | 05e3201daea2ab947a53f17ccbde2c8d51b742b1 /.bumpversion.cfg | |
parent | f7ccff76478a4aa1b3baf0a24768ae8181e73d6a (diff) |
Bump version: 0.72 → 0.73v0.73
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 af10d0c6..8ee5f0ff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.72 +current_version = 0.73 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |