jiggle-version - 100% rewritten. It is a version bumper. Handles the situation...

@mistersql

jiggle-version - 100% rewritten. It is a version bumper.

Handles the situation where you got several version strings in source & config you want to update, but don't want to use tools using git tags or tools that ask for a regex expression as input.

Wow there are like a dozens of these now. Well in 2019 there were not so many.

pypi.org/project/jiggle-versio

Self-replies

But you're not here for minor build tools your here for contrived drama!

This line of code is what made me so made I wrote a mediocre tool.

```
--parse REGEX Regex parsing the version string (default:
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+))
```

If you can't find the version strings and you have to ask your users where the strings are, then what good is the tool?

github.com/peritus/bumpversion

<sarcasm> Here is my awesome app, you will need to fill in an argument to meet your specific requirements, because, I can't know what you want.

`python -c "{you put stuff here}"`

Don't you feel the ***power?!***

But Matt, there is a default.

Regex finds strings it shouldn't find, won't find strings that were perfectly findable if they're a different version schema and are surprisingly brittle.