From 25780686480e62bc906f229cf0b7efba5eb88f49 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 16 Dec 2023 09:32:26 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 42daf60..e6068d4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "my_FastAPI_app" description.en = "Custom Web app to run a FastAPI program written in Python" description.fr = "Une application web personnalisée pour faire tourner une application FastAPI écrite en Python" -version = "1.0~ynh1" +version = "1.0~ynh2" maintainers = ["leonarf"]