Skip to content

Commit f418536

Browse files
gigonyChris Bridge
authored andcommitted
Bump version: 0.3.0 → 0.3.0
Signed-off-by: Gigon Bae <gbae@nvidia.com> Signed-off-by: Chris Bridge <cbridge@partners.org>
1 parent 9729074 commit f418536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
current_version = 0.3.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>a|b|rc)(?P<build>\d+))?
4-
serialize =
4+
serialize =
55
{major}.{minor}.{patch}{release}{build}
66
{major}.{minor}.{patch}
77
tag_name = {new_version}
@@ -11,7 +11,7 @@ commit_args = -s
1111
tag = True
1212

1313
[bumpversion:part:release]
14-
values =
14+
values =
1515
a
1616
b
1717
rc

0 commit comments

Comments
 (0)