We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0990cc4 commit be63928Copy full SHA for be63928
setup.cfg
@@ -1,12 +1,11 @@
1
[bumpversion]
2
current_version = 4.1.0.16
3
-parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<release>\d+)
4
-serialize = {major}.{minor}.{patch}.{release}
+parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).(?P<revision>\d+)
+serialize = {major}.{minor}.{patch}.{revision}
5
commit = True
6
tag = True
7
8
[bumpversion:file:maec/version.py]
9
10
[bdist_wheel]
11
universal = True
12
-
0 commit comments