From 9840fbc8b23e7ea55131c6575c4e94d151dd9115 Mon Sep 17 00:00:00 2001 From: "disnake-bot[bot]" <139079794+disnake-bot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:41:44 +0000 Subject: [PATCH] chore: update version to 2.9.1 --- disnake/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disnake/__init__.py b/disnake/__init__.py index 7d63e967fb..821674a04a 100644 --- a/disnake/__init__.py +++ b/disnake/__init__.py @@ -14,7 +14,7 @@ __author__ = "Rapptz, EQUENOS" __license__ = "MIT" __copyright__ = "Copyright 2015-present Rapptz, 2021-present EQUENOS" -__version__ = "2.9.0" +__version__ = "2.9.1" __path__ = __import__("pkgutil").extend_path(__path__, __name__) @@ -82,7 +82,7 @@ class VersionInfo(NamedTuple): # fmt: off -version_info: VersionInfo = VersionInfo(major=2, minor=9, micro=0, releaselevel="final", serial=0) +version_info: VersionInfo = VersionInfo(major=2, minor=9, micro=1, releaselevel="final", serial=0) # fmt: on logging.getLogger(__name__).addHandler(logging.NullHandler())