diff --git a/setup.py b/setup.py index 3bd86d0..18b49ab 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,9 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='2.2.21', + version='2.2.22', packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'], - url='https://git.froggi.es/tretrauit/worthless-launcher', + url='https://git.tretrauit.me/tretrauit/worthless-launcher', license='MIT License', author='tretrauit', author_email='tretrauit@gmail.org',