From 906af17fcd50c84615a4660d9c08cf89c01cef7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 11 Jan 2025 11:40:44 +0100 Subject: [PATCH] bump version 1.1.0 --- default.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 3a4f229..d096aed 100644 --- a/default.nix +++ b/default.nix @@ -15,7 +15,7 @@ let in python311.pkgs.buildPythonApplication { pname = "nix-fast-build"; - version = "1.0.0"; + version = "1.1.0"; format = "pyproject"; src = ./.; buildInputs = with python311.pkgs; [ diff --git a/pyproject.toml b/pyproject.toml index d21bdd4..53f9116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "nix-fast-build" description = "Evaluate and build in parallel" -version = "2.10.1" +version = "1.1.0" authors = [{ name = "Jörg Thalheim", email = "joerg@thalheim.io" }] license = { text = "MIT" } classifiers = [