From fba2063bce1c6cb8a959fed8d649fdb8af7422c8 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Wed, 8 Nov 2023 16:22:48 +0700 Subject: [PATCH] chore: bump to 2.2.21 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edf5b76..3bd86d0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='2.2.20', + version='2.2.21', packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'], url='https://git.froggi.es/tretrauit/worthless-launcher', license='MIT License',