We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8324e commit 6f45238Copy full SHA for 6f45238
botbase/__init__.py
@@ -17,7 +17,7 @@
17
from .checks import *
18
19
20
-__version__ = "1.14.2"
+__version__ = "1.14.3"
21
22
23
getLogger(__name__).addHandler(NullHandler())
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ooliver-botbase"
3
-version = "1.14.2"
+version = "1.14.3"
4
description = "A personal nextcord bot base package for bots."
5
authors = ["ooliver1 <[email protected]>"]
6
license = "MIT"
0 commit comments