Skip to content

Commit 1637f4c

Browse files
committed
Bump version: 0.0.11 → 0.0.12
1 parent eb6b482 commit 1637f4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prometheus-remote-writer"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
description = "A Python package to send data using Prometheus remote write protocol."
55
authors = ["xy.kong <xy.kong@gmail.com>"]
66
license = "Apache License 2.0"
@@ -24,12 +24,12 @@ poetry-versions-plugin = ">=0.10.1"
2424

2525

2626
[tool.versions]
27-
branch = "release/0.0.11"
28-
commit = "08c34c3"
29-
commit_count = 78
27+
branch = "release/0.0.12"
28+
commit = "eb6b482"
29+
commit_count = 82
3030
is_dirty = false
31-
datetime = "2025-02-11 14:57:36"
32-
version = "0.0.11"
31+
datetime = "2025-02-11 15:14:41"
32+
version = "0.0.12"
3333

3434

3535
[tool.versions.settings]

0 commit comments

Comments
 (0)