Skip to content

Commit c6aeab4

Browse files
committed
stable version
Signed-off-by: Zen <[email protected]>
1 parent 6c6bf79 commit c6aeab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "json_exporter"
7-
version = "0.13.4"
7+
version = "1.0.0"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]
@@ -17,9 +17,9 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"prometheus_exporter >= 0.13.2",
20+
"prometheus_exporter >= 1.0.0",
2121
"aiohttp >= 3.9.1",
22-
"zenlib >= 1.7.1"
22+
"zenlib >= 2.0.0"
2323
]
2424

2525
[project.scripts]

0 commit comments

Comments
 (0)