Build Process#

Setting Version#

To check the version of the current package:

uv run hatch version

To bump the version automatically the follow hatch commands can be used:

# To bump to next pre-release
uv run hatch version minor,a

# To bump to release candidate version
uv run hatch version rc

# To bump to release candidate version
uv run hatch version release

Building Wheel#

To build the wheel, use the uv build command:

uv build