summaryrefslogtreecommitdiff
path: root/.bumpversion.cfg
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-07-17 03:39:02 +0300
committerDevaev Maxim <[email protected]>2021-07-17 03:39:02 +0300
commit0232589a83105189cbfeadc5018d2a6932642203 (patch)
treedf92d44db5a0e64064797458236f39a30d91b15d /.bumpversion.cfg
parent7862189373db760203f600ecc8e27b0bf7bc573e (diff)
Bump version: 3.10 → 3.11v3.11
Diffstat (limited to '.bumpversion.cfg')
-rw-r--r--.bumpversion.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 8016eabf..b0f74dcd 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
-current_version = 3.10
+current_version = 3.11
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)?
serialize =
{major}.{minor}