diff --git a/pnwkit/__init__.py b/pnwkit/__init__.py index 69aad97..aa3a231 100644 --- a/pnwkit/__init__.py +++ b/pnwkit/__init__.py @@ -32,7 +32,7 @@ from .legacy.keys import set_bot_key, set_key # type: ignore from .new import * -__version__ = "2.6.25" +__version__ = "2.6.26" # Set default logging handler to avoid "No handler found" warnings. logging.getLogger(__name__).addHandler(NullHandler())