From 7372cb292177088649cacd8a9b0c2fd2cd9a0a05 Mon Sep 17 00:00:00 2001 From: mahtoid Date: Mon, 1 Apr 2024 16:00:33 +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 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" }