Skip to content

Commit 7372cb2

Browse files
author
mahtoid
committed
Versioning
1 parent 891414f commit 7372cb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chat_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
AttachmentToLocalFileHostHandler,
99
AttachmentToDiscordChannelHandler)
1010

11-
__version__ = "2.7.0"
11+
__version__ = "2.7.1"
1212

1313
__all__ = (
1414
export,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "chat_exporter"
77
description = "A simple Discord chat exporter for Python Discord bots."
8-
version = "2.7.0"
8+
version = "2.7.1"
99
readme = "README.md"
1010
authors = [
1111
{ name="mahtoid", email="info@mahto.id" }

0 commit comments

Comments
 (0)