diff --git a/Justfile b/Justfile index 8ec7475..a6f4f3e 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,7 @@ default: tests -version := `hatch version` +version := `pipx run hatch version` _assert_no_dev_version: #!/usr/bin/env python3