From ac524d22fdc2ad0a86741e960c9cc7b1b84502f1 Mon Sep 17 00:00:00 2001 From: jnsougata Date: Fri, 28 Feb 2025 07:59:06 +0530 Subject: [PATCH] Update to `0.0.8a` --- discohook/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discohook/__init__.py b/discohook/__init__.py index 98518cc..2f3bdd1 100644 --- a/discohook/__init__.py +++ b/discohook/__init__.py @@ -13,7 +13,7 @@ __license__ = "MIT" __copyright__ = "Copyright 2022-present Sougata Jana" __author__ = "Sougata Jana" -__version__ = "0.0.7a" +__version__ = "0.0.8a" from .adapter import FollowupResponse, InteractionResponse from .attachment import Attachment