diff options
author | Maxim Devaev <[email protected]> | 2022-06-08 16:04:08 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-06-08 16:04:08 +0300 |
commit | e5d5d7938b58585410799c603e90f629dc24b2c4 (patch) | |
tree | fc9e1a375c3a5befd510cd1f68aa189ad9c124d7 /.bumpversion.cfg | |
parent | 580dcf6a2dc668361aaafec22db221a1ea1222cd (diff) |
Bump version: 3.99 → 3.100v3.100
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 0cc80319..7618548e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.99 +current_version = 3.100 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |