Releasing¶
Version Policy¶
gp-libs is pre-1.0. Minor version bumps may include breaking changes.
Release Process¶
uv handles virtualenv creation, package requirements, versioning, building, and publishing. There is no setup.py or requirements files.
Update
CHANGESwith release notesBump version in
src/gp_libs.pyandpyproject.tomlCommit and tag:
$ git commit -m 'build(gp_libs): Tag v0.1.1'
$ git tag v0.1.1
Push:
$ git push
$ git push --tags