Bumping the version
When you're done modifying your model algorithm, you need to update the version before saving. Say you are now at version 1.2.3
, then you need to do this before saving it to harbor:
poetry version 1.2.4
This bumps the version to 1.2.4
.