Compare commits

..

No commits in common. "main" and "v0.0.1" have entirely different histories.
main ... v0.0.1

@ -1,8 +0,0 @@
# How to release ptrcalc
- Update version number in `pyproject.toml`
- Update version numver in `flake.nix`
- Commit updates
- Tag commit with version number (`git tag v0.0.1`)
- Build project `hatch build`
- Publish project `hatch publish`