We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8124ad8 commit 09c35abCopy full SHA for 09c35ab
bot/cogs/__init__.py
@@ -13,4 +13,4 @@ def __str__(self) -> str:
13
14
15
EXTENSIONS = [module.name for module in iter_modules(__path__, f"{__package__}.")]
16
-VERSION: VersionInfo = VersionInfo(major=0, minor=1, micro=0, releaselevel="main")
+VERSION: VersionInfo = VersionInfo(major=0, minor=1, micro=0, releaselevel="final")
0 commit comments