From fa8036291ca48c03c2188ecf7437543982c77d5f Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 22 Aug 2024 17:54:36 -0400 Subject: [PATCH] fix(aurora): bump version and change author key --- aurora/aurora.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aurora/aurora.py b/aurora/aurora.py index dee6152..72b954b 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -45,8 +45,8 @@ class Aurora(commands.Cog): It is heavily inspired by GalacticBot, and is designed to be a more user-friendly alternative to Red's core Mod cogs. This cog stores all of its data in an SQLite database.""" - __author__ = ["Seaswimmer"] - __version__ = "3.0.0-indev20" + __author__ = ["cswimr"] + __version__ = "3.0.0-indev21" __documentation__ = "https://seacogs.coastalcommits.com/aurora/" async def red_delete_data_for_user(self, *, requester, user_id: int):