diff --git a/setup.py b/setup.py index 48896d0..cac48f3 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ README = (HERE / "README.md").read_text() setup( name='worthless', - version='1.1.0', - packages=['worthless'], + version='1.1.1', + packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'], url='https://git.froggi.es/tretrauit/worthless-launcher', license='MIT License', author='tretrauit',