From 0af4c4f2df94ff1e5806f0b875c0341be147eb05 Mon Sep 17 00:00:00 2001 From: tretrauit Date: Thu, 25 May 2023 10:39:59 +0700 Subject: [PATCH] chore: bump --- setup.py | 2 +- worthless/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4c029ce..f07db0e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='2.2.17', + version='2.2.18', 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 0319518..61c3e43 100644 --- a/worthless/__init__.py +++ b/worthless/__init__.py @@ -4,4 +4,4 @@ Launcher = launcher.Launcher Installer = installer.Installer -__version__ = "2.2.17" +__version__ = "2.2.18"