Skip to content

Commit d7fac1b

Browse files
committed
Bump version to dev
1 parent 09c35ab commit d7fac1b

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

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.1.0"
3+
version = "0.2.0"
44
description = "Transprogrammer's custom modmail bot"
55
authors = ["No767 <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)