Skip to content

Commit 1f2f22a

Browse files
committed
update vump version cfg
1 parent efc7f7a commit 1f2f22a

File tree

2 files changed

+3
-438
lines changed

2 files changed

+3
-438
lines changed

.bumpversion.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[bumpversion]
2-
current_version = 3, 2, 0, 'final', 0
2+
current_version = 4, 0, 0, "alpha", 27
33
commit = False
44
tag = False
5-
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
5+
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)
66
serialize =
7-
{major}, {minor}, {patch}, '{release}', {build}
7+
{major}, {minor}, {patch}, "{release}", {build}
88

99
[bumpversion:part:release]
1010
optional_value = final

note_sample.ipynb

-435
This file was deleted.

0 commit comments

Comments
 (0)