Bump version to 0.3
This commit is contained in:
parent
63e097d73f
commit
7a852b2084
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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',
|
||||
|
|
Loading…
Reference in a new issue