Skip to content

Commit d90f07a

Browse files
author
arteria GmbH
committed
.
1 parent 34b19dc commit d90f07a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.bumpversion.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[bumpversion]
2+
commit = True
3+
tag = True
4+
current_version = 0.1.8
5+
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6+
serialize =
7+
{major}.{minor}.{patch}-{release}
8+
{major}.{minor}.{patch}
9+
10+
[bumpversion:file:threebot_worker/__init__.py]
11+

0 commit comments

Comments
 (0)