What's the best way to automatically generate or increment version numbers for a (python) project that's on GitHub?
In the past I've always manually incremented the versions number manually via the argparse
or optparse
libraries.
What's the best way to automatically generate or increment version numbers for a (python) project that's on GitHub? In the past I've always manually incremented the versions number manually via the |
|||
|
I have used this article here I found it quite useful as it describes the steps in which to create auto incrementing build numbers. |
|||