2 parents f8319f9 + db99344 commit 9c5bad8Copy full SHA for 9c5bad8
2 files changed
default.nix
@@ -15,7 +15,7 @@ let
15
in
16
python3Packages.buildPythonApplication {
17
pname = "nix-fast-build";
18
- version = "1.3.0";
+ version = "1.4.0";
19
format = "pyproject";
20
src = ./.;
21
buildInputs = with python3Packages; [
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "nix-fast-build"
7
description = "Evaluate and build in parallel"
8
-version = "1.3.0"
+version = "1.4.0"
9
authors = [{ name = "Jörg Thalheim", email = "joerg@thalheim.io" }]
10
license = "MIT"
11
classifiers = [
0 commit comments