release commit
This commit is contained in:
10
.bumpversion.cfg
Normal file
10
.bumpversion.cfg
Normal file
@ -0,0 +1,10 @@
|
||||
[bumpversion]
|
||||
current_version = 0.6.0
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
||||
serialize = {major}.{minor}.{patch}
|
||||
|
||||
[bumpversion:file:pyproject.toml]
|
||||
|
||||
[bumpversion:file:biocypher/_metadata.py]
|
Reference in New Issue
Block a user