From 687c4a5f16a63c68aeb84e3b98c2432a851fb6e3 Mon Sep 17 00:00:00 2001 From: HitBlast Date: Tue, 21 Mar 2023 10:23:17 +0600 Subject: [PATCH] bumped version --- core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index 8f53556..1dd1942 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -16,7 +16,7 @@ from .embeds import * # Set version number. -__version_info__ = ('2023', '3', '19') # Year.Month.Day +__version_info__ = ('2023', '3', '21') # Year.Month.Day __version__ = '.'.join(__version_info__) # Set bot metadata.