From 9840dc2821baaea437f04b649eeea0ebe8dc4e45 Mon Sep 17 00:00:00 2001 From: Matthew Moss <56257224+mahtoid@users.noreply.github.com> Date: Sat, 12 Mar 2022 14:15:25 +0000 Subject: [PATCH] Versioning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b744149..c063048 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="chat_exporter", - version="2.0", + version="2.1", author="mahtoid", author_email="info@mahto.id", description="A simple Discord chat exporter for Python Discord bots.",