ReversionUp

ReversionUp ReversionUp, is a straight simple python module that helps you increment the version number of your project. It can be used in the command line or accessed from your code. ReversionUp follows strictly the 2.0.0 version of the [SemVer](http://semver.org/) scheme. Version must be in the following scheme: - major.minor.patch - major.minor.patch-prerelease+build > [ReversionUp](https://github.com/mardix/reversionup) Usage: reversionup -v : show version number reversionup -p : increment path reversionup -n : increment minor reversionup -m : increment major


Keywords
versionning, bump, version, increment
License
MIT
Install
pip install ReversionUp==0.4.0