Skip to content

Commit

Permalink
Version bump to v0.1.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Jan 28, 2024
1 parent 8124ad8 commit 09c35ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def __str__(self) -> str:


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

0 comments on commit 09c35ab

Please sign in to comment.