diff options
author | Maxim Devaev <[email protected]> | 2024-04-11 18:45:05 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-04-11 18:45:05 +0300 |
commit | 1dc7d8921d9d52fad36b7fbf758bbd10bee123c5 (patch) | |
tree | 59c6ea7134948b920b9f43cf0127cbb52e45a2f8 /.bumpversion.cfg | |
parent | a3885e25c2d7af908fc974ecda636a53d6c415d8 (diff) |
Bump version: 3.331 → 3.332v3.332
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 3482ee9e..f0f7eafe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.331 +current_version = 3.332 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |