Skip to content

Commit 234e308

Browse files
committed
Bump version: 0.2.0 → 0.3.0a0
1 parent 56f9bed commit 234e308

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

extruct/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0a0

setup.cfg

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.3.0a0
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:(?P<release>[abc]|rc)(?P<relversion>\d+))?
5-
serialize =
6-
{major}.{minor}.{patch}{release}{relversion}
7-
{major}.{minor}.{patch}
5+
serialize =
6+
{major}.{minor}.{patch}{release}{relversion}
7+
{major}.{minor}.{patch}
88
tag = True
99

1010
[bumpversion:part:release]
1111
optional_value = rc
12-
values =
13-
a
14-
b
15-
rc
12+
values =
13+
a
14+
b
15+
rc
1616

1717
[bumpversion:part:prerelversion]
1818
optional_value = 5
19-
values =
20-
0
21-
1
22-
2
23-
3
24-
4
25-
5
19+
values =
20+
0
21+
1
22+
2
23+
3
24+
4
25+
5
2626

2727
[bumpversion:file:extruct/VERSION]
2828

2929
[wheel]
3030
universal = 1
31+

0 commit comments

Comments
 (0)