Skip to content

Commit 9e4d7fe

Browse files
committed
Add missing .bumpversion.cfg
1 parent a528def commit 9e4d7fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.bumpversion.cfg

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

0 commit comments

Comments
 (0)