adds build code
This commit is contained in:
parent
8dc3d08c01
commit
791639bbe7
6 changed files with 64 additions and 0 deletions
8
build/bump_minor.py
Normal file
8
build/bump_minor.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import versioning
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
currentVersion = versioning.get_version()
|
||||
nextVersion = currentVersion.bump_minor()
|
||||
versioning.save_version(nextVersion)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue