From aa4fe4d5ed1ba9db7c5e994e0647827bf645c5d1 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Thu, 25 May 2023 10:42:14 +0700 Subject: [PATCH] chore: bump to 2.2.19 --- setup.py | 2 +- worthless/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f07db0e..feabdf4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='2.2.18', + version='2.2.19', packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'], url='https://git.froggi.es/tretrauit/worthless-launcher', license='MIT License', diff --git a/worthless/__init__.py b/worthless/__init__.py index 61c3e43..f98620a 100644 --- a/worthless/__init__.py +++ b/worthless/__init__.py @@ -4,4 +4,4 @@ Launcher = launcher.Launcher Installer = installer.Installer -__version__ = "2.2.18" +__version__ = "2.2.19"