Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtoid committed Jul 11, 2023
1 parent cf87842 commit 1aa570b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chat_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1aa570b

Please sign in to comment.