diff --git a/setup.py b/setup.py index 0a7eb88..ba852a6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description=long_description, long_description_content_type="text/markdown", py_modules=['tilty', 'blescan'], - version='0.2.1', + version='0.2.2', packages=find_packages(exclude=['tests*']), install_requires=[ 'Click',