Skip to content

Commit

Permalink
Version bump to v0.2.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 authored Jul 25, 2024
1 parent d5b7423 commit 44f9712
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=2, micro=0, releaselevel="alpha")
VERSION: VersionInfo = VersionInfo(major=0, minor=2, micro=0, releaselevel="final")

0 comments on commit 44f9712

Please sign in to comment.