From 05bbb82f8a05663e70eedb13b7f43f9a3d6e97b3 Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Mon, 31 Jan 2022 10:17:04 +0000 Subject: [PATCH] Bump version number --- modmail/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modmail/__init__.py b/modmail/__init__.py index ad46384..e72e293 100644 --- a/modmail/__init__.py +++ b/modmail/__init__.py @@ -33,7 +33,7 @@ from .config import Config __productname__ = "Modmail" -__version__ = "1.1.0" +__version__ = "1.1.1" __description__ = "The modmail bot for the Carberra Tutorials Discord server." __url__ = "https://github.com/Carberra/Modmail" __author__ = "Ethan Henderson"