Remove redundant newline from .bumpversion.cfg

This commit is contained in:
Andy Mender 2018-10-07 12:51:54 +02:00
parent 5231b25759
commit fd03db1f70
1 changed files with 0 additions and 1 deletions

View File

@ -7,4 +7,3 @@ tag_name = v{new_version}
[bumpversion:file:qutebrowser/__init__.py]
parse = __version__ = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)