From 9c29b49a17e458e5920ab3dc2aec2db67737a0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 11 Dec 2024 11:00:48 +0100 Subject: [PATCH] chg: [RELEASE] Bumped version number. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8d37e2..9da04f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "FediVuln" -version = "0.5.3" +version = "0.5.4" description = "A client to gather vulnerability-related information from the Fediverse." authors = ["Cédric Bonhomme "] license = "GPL-3.0-or-later"