mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-02 15:45:11 +01:00
cleanup whitespace in readme
This commit is contained in:
parent
689dd4b73b
commit
7c70eee289
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue