diff options
author | Maxim Devaev <[email protected]> | 2023-01-22 23:27:57 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-01-22 23:27:57 +0200 |
commit | 8a820c85672b8396bf8a7a13c4f0bc4b9b1c6cfb (patch) | |
tree | 18356e754e2bb191408807c7d39abd53ff13f3c6 /.bumpversion.cfg | |
parent | 17e61854047f6a502e4d8b6b4fcf1bafdef3b42a (diff) |
Bump version: 3.194 → 3.195v3.195
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 acd212f1..9136fcd9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.194 +current_version = 3.195 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |