12 lines
228 B
INI
Raw Normal View History

2018-05-29 21:12:48 +02:00
[bumpversion]
2020-11-14 22:58:02 +01:00
current_version = 1.4.0
2018-05-29 21:12:48 +02:00
tag_name = {new_version}
commit = True
tag = True
[bumpversion:file:setup.py]
2020-11-14 23:02:06 +01:00
search = version="{current_version}"
replace = version="{new_version}"
2018-05-29 21:12:56 +02:00
2018-05-29 21:12:48 +02:00
[bumpversion:file:dataset/__init__.py]