We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891414f commit 7372cb2Copy full SHA for 7372cb2
chat_exporter/__init__.py
@@ -8,7 +8,7 @@
8
AttachmentToLocalFileHostHandler,
9
AttachmentToDiscordChannelHandler)
10
11
-__version__ = "2.7.0"
+__version__ = "2.7.1"
12
13
__all__ = (
14
export,
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "chat_exporter"
7
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" }
0 commit comments