From 1aa570bdfdca90b74b4554e0598e16edfa7545c4 Mon Sep 17 00:00:00 2001 From: mahtoid Date: Tue, 11 Jul 2023 20:34:58 +0100 Subject: [PATCH] Versioning --- chat_exporter/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }