Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtoid committed Oct 16, 2022
1 parent eef9c9b commit 07cbe4c
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.4.0"
__version__ = "2.4.1"

__all__ = (
export,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="chat_exporter",
version="2.4",
version="2.4.1",
author="mahtoid",
author_email="[email protected]",
description="A simple Discord chat exporter for Python Discord bots.",
Expand Down

0 comments on commit 07cbe4c

Please sign in to comment.