We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a47e86 commit 45bb880Copy full SHA for 45bb880
2 files changed
bot.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.0.0-alpha.1"
+__version__ = "5.0.0-alpha.2"
2
3
import asyncio
4
import copy
pyproject.toml
@@ -57,7 +57,7 @@ gitDescribe = "git describe --tags --dirty"
57
# Manually sync with pdm sync-pre-commit
58
[project]
59
name = "Discord-OpenModmail"
60
-version = "5.0.0-alpha.1"
+version = "5.0.0-alpha.2"
61
description = "Fork² of a feature rich Discord Modmail bot written in Python."
62
license = 'AGPL-3.0-only'
63
authors = [
0 commit comments