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