From 83f1c3fc93344c0264223fbf37ac0198626e006b Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sat, 3 Dec 2016 17:02:07 -0800 Subject: [PATCH] Bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 25f5d5d26..560271fe3 100644 --- a/setup.py +++ b/setup.py @@ -8,11 +8,11 @@ import warnings dynamic_requires = [] -version = 0.1 +version = 0.2 setup( name='broadlink', - version=0.1, + version=0.2, author='Matthew Garrett', author_email='mjg59@srcf.ucam.org', url='http://github.com/mjg59/python-broadlink',