Fix "previous" version in bumpversion to: v0.1.2

pull/372/head
Jason Carver 2019-11-27 16:04:51 -08:00
parent 7466ace0b8
commit 40973ea106
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0-alpha.0
current_version = 0.1.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?