From 876d9de03b5ae46e04227d4fca9ba6a4fb81e62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 17 Dec 2024 23:34:58 +0100 Subject: [PATCH] bump version 1.8.0 --- default.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index b3ba44d..5026f05 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ }: pkgs.python3Packages.buildPythonApplication { pname = "nix-update"; - version = "1.5.2"; + version = "1.8.0"; src = ./.; pyproject = true; buildInputs = [ pkgs.makeWrapper ]; diff --git a/pyproject.toml b/pyproject.toml index f7f4311..501bbe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "nix-update" description = "Swiss-knife for updating nix packages" -version = "1.7.0" +version = "1.8.0" authors = [{ name = "Jörg Thalheim", email = "joerg@thalheim.io" }] license = { text = "MIT" } classifiers = [