Skip to content

Commit 100ccfa

Browse files
committed
Bump to v0.3.1 #patch
1 parent 5a66cf5 commit 100ccfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bot/cogs/__init__.py

Lines changed: 1 addition & 1 deletion
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=3, micro=0, releaselevel="final")
16+
VERSION: VersionInfo = VersionInfo(major=0, minor=3, micro=1, releaselevel="final")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rodhaj"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Transprogrammer's custom modmail bot"
55
authors = ["No767 <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)