release 1.0.0

This commit is contained in:
Jörg Thalheim 2024-06-27 09:57:49 +02:00
parent 02c50df688
commit 254f66f30e

View File

@ -4,7 +4,7 @@ let
in
python311.pkgs.buildPythonApplication {
pname = "nix-fast-build";
version = "0.1.0";
version = "1.0.0";
format = "pyproject";
src = ./.;
buildInputs = with python311.pkgs; [