From 13a8a633006e4ec2f7f61e0d43f1a9e742fecab5 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 15 Dec 2023 14:20:45 -0500 Subject: [PATCH] info.py: use pomelo usernames, relbump --- info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.py b/info.py index f0f835f..1deb385 100644 --- a/info.py +++ b/info.py @@ -7,12 +7,12 @@ SPDX-License-Identifier: LiLiQ-Rplus-1.1 """ -authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639") +authors = ("@classabbyamp", "@0x5c.io") description = """A bot with various useful ham radio-related functions, written in Python.""" license = "Québec Free and Open-Source Licence – Strong Reciprocity (LiLiQ-R+), version 1.1" contributing = """Check out the [source on GitHub](https://github.com/miaowware/qrm2). Contributions are welcome! All issues and requests related to resources (including maps, band charts, data) should be added \ in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources).""" -release = "2.9.1" +release = "2.9.2" bot_server = "https://discord.gg/Ntbg3J4"