From fbf06e78e24816227f9b6db71b8c2613c0daf957 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Mon, 30 Jan 2023 00:55:52 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e84c619..5780d056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prometheus-weathermen" description = "A prometheus exporter for weather data from various weather APIs" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["prometheus", "prometheus-exporter", "weather", "monitoring"]