Skip to content

Commit 3b48d8e

Browse files
authored
Bump to v0.3.0 #minor
1 parent 4ff8922 commit 3b48d8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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=2, micro=0, releaselevel="final")
16+
VERSION: VersionInfo = VersionInfo(major=0, minor=3, micro=0, releaselevel="final")

pyproject.toml

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

0 commit comments

Comments
 (0)