Skip to content

Commit 9c5bad8

Browse files
authored
Merge pull request #308 from Mic92/release-1.4.0
Release 1.4.0
2 parents f8319f9 + db99344 commit 9c5bad8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let
1515
in
1616
python3Packages.buildPythonApplication {
1717
pname = "nix-fast-build";
18-
version = "1.3.0";
18+
version = "1.4.0";
1919
format = "pyproject";
2020
src = ./.;
2121
buildInputs = with python3Packages; [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "nix-fast-build"
77
description = "Evaluate and build in parallel"
8-
version = "1.3.0"
8+
version = "1.4.0"
99
authors = [{ name = "Jörg Thalheim", email = "joerg@thalheim.io" }]
1010
license = "MIT"
1111
classifiers = [

0 commit comments

Comments
 (0)