From f71a85092bc09b704755bbc8e2a70b763575a4ac Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 25 Jan 2025 21:45:36 +0000 Subject: [PATCH] misc(aurora): transition to rc naming for indev versions --- aurora/aurora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora/aurora.py b/aurora/aurora.py index 2cfd78a..dfe49e7 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -46,7 +46,7 @@ class Aurora(commands.Cog): This cog stores all of its data in an SQLite database.""" __author__ = ["[cswimr](https://www.coastalcommits.com/cswimr)"] - __version__ = "3.0.0-indev27" + __version__ = "3.0.0-rc1" __git__ = "https://www.coastalcommits.com/cswimr/SeaCogs" __documentation__ = "https://seacogs.coastalcommits.com/aurora/"