We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6b482 commit 1637f4cCopy full SHA for 1637f4c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "prometheus-remote-writer"
3
-version = "0.0.11"
+version = "0.0.12"
4
description = "A Python package to send data using Prometheus remote write protocol."
5
authors = ["xy.kong <xy.kong@gmail.com>"]
6
license = "Apache License 2.0"
@@ -24,12 +24,12 @@ poetry-versions-plugin = ">=0.10.1"
24
25
26
[tool.versions]
27
-branch = "release/0.0.11"
28
-commit = "08c34c3"
29
-commit_count = 78
+branch = "release/0.0.12"
+commit = "eb6b482"
+commit_count = 82
30
is_dirty = false
31
-datetime = "2025-02-11 14:57:36"
32
+datetime = "2025-02-11 15:14:41"
33
34
35
[tool.versions.settings]
0 commit comments