mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-14 03:20:14 +01:00
Bump version
This commit is contained in:
parent
b8cf8d073e
commit
8bc67af6d7
4
setup.py
4
setup.py
@ -12,11 +12,11 @@ try:
|
|||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
dynamic_requires = ['pycrypto==2.6.1']
|
dynamic_requires = ['pycrypto==2.6.1']
|
||||||
|
|
||||||
version = 0.5
|
version = 0.6
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='broadlink',
|
name='broadlink',
|
||||||
version=0.5,
|
version=0.6,
|
||||||
author='Matthew Garrett',
|
author='Matthew Garrett',
|
||||||
author_email='mjg59@srcf.ucam.org',
|
author_email='mjg59@srcf.ucam.org',
|
||||||
url='http://github.com/mjg59/python-broadlink',
|
url='http://github.com/mjg59/python-broadlink',
|
||||||
|
Loading…
Reference in New Issue
Block a user