From d5e292eb2dfccf3154b8095988cbfa64c6ab7ed3 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Fri, 18 Feb 2022 21:05:37 +0700 Subject: [PATCH] Bump to 1.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aeb9ab5..9cb786f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='1.2.2', + version='1.2.3', packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'], url='https://git.froggi.es/tretrauit/worthless-launcher', license='MIT License',