diff --git a/botbase/__init__.py b/botbase/__init__.py index 7791c3c..20dca90 100644 --- a/botbase/__init__.py +++ b/botbase/__init__.py @@ -17,7 +17,7 @@ from .checks import * -__version__ = "1.14.2" +__version__ = "1.14.3" getLogger(__name__).addHandler(NullHandler()) diff --git a/pyproject.toml b/pyproject.toml index 90c2fd7..204ffc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ooliver-botbase" -version = "1.14.2" +version = "1.14.3" description = "A personal nextcord bot base package for bots." authors = ["ooliver1 "] license = "MIT"