Skip to content

Commit

Permalink
Bump to v0.3.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Aug 14, 2024
1 parent 5a66cf5 commit 100ccfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=3, micro=0, releaselevel="final")
VERSION: VersionInfo = VersionInfo(major=0, minor=3, micro=1, releaselevel="final")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rodhaj"
version = "0.3.0"
version = "0.3.1"
description = "Transprogrammer's custom modmail bot"
authors = ["No767 <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 100ccfa

Please sign in to comment.