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