1 parent cd2c969 commit 4f1b261Copy full SHA for 4f1b261
2 files changed
default.nix
@@ -15,7 +15,7 @@ let
15
in
16
python3Packages.buildPythonApplication {
17
pname = "nix-fast-build";
18
- version = "1.4.0";
+ version = "1.4.1";
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.4.0"
+version = "1.4.1"
9
authors = [{ name = "Jörg Thalheim", email = "joerg@thalheim.io" }]
10
license = "MIT"
11
classifiers = [
0 commit comments