diff options
author | Maxim Devaev <[email protected]> | 2023-10-22 09:28:20 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-10-22 09:28:20 +0300 |
commit | 73f96fa0c7fb9cda167521349c646a7b9a91253b (patch) | |
tree | 13025565b573f89a9ae7ec066ac037fe93551319 /.bumpversion.cfg | |
parent | 3f5475103416b7109721488fa4405f8185a94f7d (diff) |
Bump version: 3.263 → 3.264v3.264
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 1e9e724a..49228521 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.263 +current_version = 3.264 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |