Skip to content

Commit 09c35ab

Browse files
committed
Version bump to v0.1.0 #minor
1 parent 8124ad8 commit 09c35ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/cogs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def __str__(self) -> str:
1313

1414

1515
EXTENSIONS = [module.name for module in iter_modules(__path__, f"{__package__}.")]
16-
VERSION: VersionInfo = VersionInfo(major=0, minor=1, micro=0, releaselevel="main")
16+
VERSION: VersionInfo = VersionInfo(major=0, minor=1, micro=0, releaselevel="final")

0 commit comments

Comments
 (0)