release: bump version number to 0.2

This commit is contained in:
A.M. Rowsell 2025-04-20 16:10:08 -04:00
commit 2b4e4216f4
Signed by: amr
GPG key ID: 0B6E2D8375CF79A9

View file

@ -203,7 +203,7 @@ class Discorss:
"attachments": [], "attachments": [],
} }
custom_header = { custom_header = {
"user-agent": "DiscoRSS (https://git.frzn.dev/amr/discorss, 0.2rc3)", "user-agent": "DiscoRSS (https://git.frzn.dev/amr/discorss, 0.2)",
"content-type": "application/json", "content-type": "application/json",
} }
webhook_string = json.dumps(webhook) webhook_string = json.dumps(webhook)