diff options
author | Matthew Garrett <mjg59@coreos.com> | 2016-12-29T20·27-0600 |
---|---|---|
committer | Matthew Garrett <mjg59@coreos.com> | 2017-01-03T16·08-0600 |
commit | 7a852b20840aab131ba59aaf85f5e67831b7ccc3 (patch) | |
tree | a2a2964eb76f38bbdc33dcf7454a45bf4d9ec8b5 /setup.py | |
parent | 63e097d73fa43d4f2e1abcaea103af9007ee1532 (diff) |
Bump version to 0.3
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 8b0eeec31d8d..a09222a0ce6a 100644 --- a/setup.py +++ b/setup.py @@ -8,11 +8,11 @@ import warnings dynamic_requires = [] -version = 0.2 +version = 0.3 setup( name='broadlink', - version=0.2, + version=0.3, author='Matthew Garrett', author_email='mjg59@srcf.ucam.org', url='http://github.com/mjg59/python-broadlink', |