Skip to content

Commit 11cf923

Browse files
committed
Upgrade version
1 parent 9c77f53 commit 11cf923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "asgi-monitor"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Quick and easy monitoring setup for ASGI application"
55
requires-python = ">=3.10"
66
readme = "README.md"
@@ -30,7 +30,7 @@ dependencies = [
3030
asgi-monitor = "asgi_monitor.cli:main"
3131

3232
[project.urls]
33-
"Documentation" = "https://asgi-monitor.readthedocs.io/en/latest/"
33+
"Documentation" = "https://asgi-monitor.readthedocs.io"
3434
"Source" = "https://github.com/draincoder/asgi-monitor"
3535
"Homepage" = "https://github.com/draincoder/asgi-monitor"
3636
"Bug Tracker" = "https://github.com/draincoder/asgi-monitor/issues"

0 commit comments

Comments
 (0)