From 00095bb427ceacfa3548a241391c95ae1a4ee9c7 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 18 May 2024 12:07:43 +0200 Subject: [PATCH] chore: bump version to 0.0.2 The project version has been incremented to 0.0.2 to prepare for the next series of improvements and features. This minor version increment reflects backward-compatible bug fixes or minor enhancements, ensuring that the project adheres to semantic versioning standards and maintains compatibility with dependents. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f72df7..1889400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "synapse-prometheus-exporter" -version = "0.0.1" +version = "0.0.2" authors = [ { name="Kumi Mitterer", email="synapse-prometheus-exporter@kumi.email" }, ]