Skip to content

Commit 1aa570b

Browse files
author
mahtoid
committed
Versioning
1 parent cf87842 commit 1aa570b

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
@@ -1,6 +1,6 @@
11
from chat_exporter.chat_exporter import export, raw_export, quick_export, link, quick_link
22

3-
__version__ = "2.5.3"
3+
__version__ = "2.6.0"
44

55
__all__ = (
66
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.5.3"
8+
version = "2.6.0"
99
readme = "README.md"
1010
authors = [
1111
{ name="mahtoid", email="info@mahto.id" }

0 commit comments

Comments
 (0)