We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c77f53 commit 11cf923Copy full SHA for 11cf923
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "asgi-monitor"
3
-version = "0.3.0"
+version = "0.4.0"
4
description = "Quick and easy monitoring setup for ASGI application"
5
requires-python = ">=3.10"
6
readme = "README.md"
@@ -30,7 +30,7 @@ dependencies = [
30
asgi-monitor = "asgi_monitor.cli:main"
31
32
[project.urls]
33
-"Documentation" = "https://asgi-monitor.readthedocs.io/en/latest/"
+"Documentation" = "https://asgi-monitor.readthedocs.io"
34
"Source" = "https://github.com/draincoder/asgi-monitor"
35
"Homepage" = "https://github.com/draincoder/asgi-monitor"
36
"Bug Tracker" = "https://github.com/draincoder/asgi-monitor/issues"
0 commit comments