diff options
author | Maxim Devaev <[email protected]> | 2021-11-04 02:43:23 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-11-04 02:43:23 +0300 |
commit | 7d683aeccdc405987951729f2648421fce363734 (patch) | |
tree | 738735add8b9b02d998ce5f97df8d8d61d52fa20 /.bumpversion.cfg | |
parent | aed6fd10ed0d29a5534618f1a75a337e03bc4eb5 (diff) |
Bump version: 3.40 → 3.41v3.41
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 12331d87..ca75fea3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.40 +current_version = 3.41 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |