Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 463 Bytes

File metadata and controls

26 lines (21 loc) · 463 Bytes

To bump the version, add a tag, and push, run

python bump_version.py patch --tag --push

If bumping a minor or major version, replace patch with minor or major

To bump the version by a patch, run:

poetry version patch

To bump the version by a minor, run:

poetry version minor

To bump the version by a major, run:

poetry version major

To publish to PyPi via Poetry, run:

poetry publish --build