Skip to content

Commit

Permalink
stable version
Browse files Browse the repository at this point in the history
Signed-off-by: Zen <z@pyl.onl>
  • Loading branch information
desultory committed Apr 20, 2024
1 parent 6c6bf79 commit c6aeab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "json_exporter"
version = "0.13.4"
version = "1.0.0"
authors = [
{ name="Desultory", email="dev@pyl.onl" },
]
Expand All @@ -17,9 +17,9 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"prometheus_exporter >= 0.13.2",
"prometheus_exporter >= 1.0.0",
"aiohttp >= 3.9.1",
"zenlib >= 1.7.1"
"zenlib >= 2.0.0"
]

[project.scripts]
Expand Down

0 comments on commit c6aeab4

Please sign in to comment.