diff --git a/chat_exporter/__init__.py b/chat_exporter/__init__.py index 20f174d..c64cae1 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.5.1" +__version__ = "2.5.2" __all__ = ( export, diff --git a/pyproject.toml b/pyproject.toml index f040e6b..bcadd9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "chat_exporter" description = "A simple Discord chat exporter for Python Discord bots." -version = "2.5.1" +version = "2.5.2" readme = "README.md" authors = [ { name="mahtoid", email="info@mahto.id" }