fix: do not await is_file()

This commit is contained in:
2022-09-28 12:26:54 +07:00
parent 184e96fa2d
commit e3045f5150
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ README = (HERE / "README.md").read_text()
setup(
name='worthless',
version='2.2.1',
version='2.2.2',
packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'],
url='https://git.froggi.es/tretrauit/worthless-launcher',
license='MIT License',