Skip to content

Commit 4f1b261

Browse files
committed
bump version 1.4.1
1 parent cd2c969 commit 4f1b261

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.4.0";
18+
version = "1.4.1";
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.4.0"
8+
version = "1.4.1"
99
authors = [{ name = "Jörg Thalheim", email = "joerg@thalheim.io" }]
1010
license = "MIT"
1111
classifiers = [

0 commit comments

Comments
 (0)