From 074ad9ba3e4c8b656e76a6783e2c493d0b011d1f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage <gaetan@glepage.com> Date: Thu, 15 Feb 2024 16:29:28 +0100 Subject: [PATCH] [1.7.0] bump version --- default.nix | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 2337c36..15d2eea 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ in py.buildPythonApplication { pname = "remote-inria"; - version = "1.6.1"; + version = "1.7.0"; src = ./.; diff --git a/pyproject.toml b/pyproject.toml index 16ec678..85f869a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "remote-inria" description = "Remote Inria: A CLI tool for remotely interacting with Inria computing resources." readme = "README.md" -version = "1.6.1" +version = "1.7.0" authors = [ { name = "GaƩtan Lepage", email = "gaetan.lepage@inria.fr" } ] -- GitLab