diff --git a/chat_exporter/__init__.py b/chat_exporter/__init__.py index ab8276c..1f10093 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.3" +__version__ = "2.6.0" __all__ = ( export, diff --git a/pyproject.toml b/pyproject.toml index 7dcaf68..f89f4b0 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.3" +version = "2.6.0" readme = "README.md" authors = [ { name="mahtoid", email="info@mahto.id" }