From 07cbe4c2d13560b3c9ddc4b202d418e50db198a7 Mon Sep 17 00:00:00 2001 From: mahtoid Date: Sun, 16 Oct 2022 17:37:08 +0100 Subject: [PATCH] Versioning --- chat_exporter/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chat_exporter/__init__.py b/chat_exporter/__init__.py index f1cfc70..5cbd347 100644 --- a/chat_exporter/__init__.py +++ b/chat_exporter/__init__.py @@ -1,6 +1,6 @@ from chat_exporter.chat_exporter import export, raw_export, quick_export, link, quick_link -__version__ = "2.4.0" +__version__ = "2.4.1" __all__ = ( export, diff --git a/setup.py b/setup.py index c2bbaad..924a3a3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="chat_exporter", - version="2.4", + version="2.4.1", author="mahtoid", author_email="info@mahto.id", description="A simple Discord chat exporter for Python Discord bots.",