[0ce940]: / setup.cfg

Download this file

14 lines (10 with data), 286 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
[bumpversion]
current_version = 0.0.23
commit = True
tag = True
[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:bpnet/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'