From e6c0c563efe5260821e39a11dafddf61cad271ed Mon Sep 17 00:00:00 2001 From: Wiktor Jaworski Date: Sat, 23 Mar 2024 00:04:16 +0100 Subject: [PATCH] Update to 0.8.3 --- sggwbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sggwbot/__init__.py b/sggwbot/__init__.py index b7ab10d..38a1f59 100644 --- a/sggwbot/__init__.py +++ b/sggwbot/__init__.py @@ -19,7 +19,7 @@ __author__ = "Wiktor Jaworski" __license__ = "MIT" __copyright__ = "Copyright 2023, 2024 Wiktor Jaworski" -__version__ = "0.8.2" +__version__ = "0.8.3" from . import console, errors, utils from .sggw_bot import SGGWBot