mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
enable python -m pycalver
This commit is contained in:
parent
b19fe6ac45
commit
1a13715567
1 changed files with 3 additions and 0 deletions
|
|
@ -326,3 +326,6 @@ def bump(
|
|||
return
|
||||
|
||||
_bump(cfg, new_version, allow_dirty)
|
||||
|
||||
if __name__ == '__main__':
|
||||
cli()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue