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.
This commit is contained in:
parent
25c2887b5a
commit
00095bb427
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "synapse-prometheus-exporter"
|
name = "synapse-prometheus-exporter"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Kumi Mitterer", email="synapse-prometheus-exporter@kumi.email" },
|
{ name="Kumi Mitterer", email="synapse-prometheus-exporter@kumi.email" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue