diff --git a/default.nix b/default.nix
index 0c0fabddc03e0405a8413905d31751af0813fd84..79a6efe32316eb7475d50db617b5458edb836270 100644
--- a/default.nix
+++ b/default.nix
@@ -6,7 +6,7 @@ let
 in
 py.buildPythonApplication {
   pname = "remote-inria";
-  version = "1.7.3";
+  version = "1.7.4";
 
   src = ./.;
 
diff --git a/pyproject.toml b/pyproject.toml
index dadf43c9961d4c260ded729effa79067a037bdf5..cf88b9325666f2aa370e4472f337a4fa8501c0e7 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.7.3"
+version = "1.7.4"
 authors = [
     { name = "GaƩtan Lepage", email = "gaetan.lepage@inria.fr" }
 ]