diff options
author | Maxim Devaev <[email protected]> | 2024-03-22 23:14:44 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-03-22 23:14:44 +0200 |
commit | 852931bb825427d198c345857c205e7e2856100e (patch) | |
tree | 9c85d2da71c2a6fccf9f17f845e98b2f0b5a0ff9 /.bumpversion.cfg | |
parent | 4f8a55d9e06a3b303f6f2e36f1f3f9e174e10246 (diff) |
Bump version: 3.324 → 3.325v3.325
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 e66e02c8..6f4a2485 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.324 +current_version = 3.325 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |