diff options
author | Matthew Garrett <mjg59@coreos.com> | 2016-12-04T01·02-0800 |
---|---|---|
committer | Matthew Garrett <mjg59@coreos.com> | 2016-12-04T01·02-0800 |
commit | 83f1c3fc93344c0264223fbf37ac0198626e006b (patch) | |
tree | c601c20b50d740cd1406f929dd05d714c421128d /setup.py | |
parent | 63d184fc8ceb44362e321ed13c3084dfe82e0f8f (diff) |
Bump version
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 25f5d5d260e5..560271fe300a 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', |