From 7f8b603d7c0cc357f91c5a6fdb656a9c25972d74 Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Thu, 13 Feb 2020 22:27:34 -0600 Subject: [PATCH] Bump to 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9475117..b7a0b56 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author='Marcus Young', author_email='3vilpenguin@gmail.com', py_modules=['tilty', 'blescan'], - version='0.1.0', + version='0.2.0', packages=find_packages(exclude=['tests*']), install_requires=[ 'Click',