cleanup whitespace in readme

This commit is contained in:
Manuel Barkhau 2021-03-18 19:45:13 +00:00
parent 689dd4b73b
commit 7c70eee289

View file

@ -118,9 +118,9 @@ version_pattern = "MAJOR.MINOR.PATCH"
[bumpver:file_patterns]
setup.py
version="{version}",
version="{version}",
src/mymodule/__init__.py
__version__ = "{version}"
__version__ = "{version}"
```
Using this configuration, the output of `bumpver update --dry` might look something like this: