From a60f3d23a3fb31dfbd73a404cfe55a9aec924e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20S=C3=A1nchez?= Date: Mon, 20 Nov 2023 10:36:17 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76e7bed..eb5d056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [] [project.urls] Homepage = "https://github.com/esanchezm/prometheus-qbittorrent-exporter" -Downloads = "https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.3.0.tar.gz" +Downloads = "https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.4.0.tar.gz" [project.scripts] qbittorrent-exporter = "qbittorrent_exporter.exporter:main"