From 2b4e4216f4c285fdb3cf467e6238339f78846e10 Mon Sep 17 00:00:00 2001 From: "A.M. Rowsell" Date: Sun, 20 Apr 2025 16:10:08 -0400 Subject: [PATCH] release: bump version number to 0.2 --- discorss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discorss.py b/discorss.py index d90c7fb..99b4398 100755 --- a/discorss.py +++ b/discorss.py @@ -203,7 +203,7 @@ class Discorss: "attachments": [], } 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", } webhook_string = json.dumps(webhook)