diff --git a/chat_exporter/__init__.py b/chat_exporter/__init__.py index 841a08e..10d38e2 100644 --- a/chat_exporter/__init__.py +++ b/chat_exporter/__init__.py @@ -8,7 +8,7 @@ AttachmentToLocalFileHostHandler, AttachmentToDiscordChannelHandler) -__version__ = "2.7.1" +__version__ = "2.8.0" __all__ = ( export, diff --git a/pyproject.toml b/pyproject.toml index f7225ff..0e8dad1 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.7.1" +version = "2.8.0" readme = "README.md" authors = [ { name="mahtoid", email="info@mahto.id" }