We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cede9 commit e1b8086Copy full SHA for e1b8086
gateway_addon/__init__.py
@@ -16,7 +16,7 @@
16
from .outlet import Outlet
17
from .property import Property
18
19
-__version__ = '0.10.1'
+__version__ = '0.11.0'
20
API_VERSION = 2
21
22
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='gateway_addon',
32
- version='0.10.1',
+ version='0.11.0',
33
description='Bindings for Mozilla WebThings Gateway add-ons',
34
long_description=long_description,
35
url='https://github.com/mozilla-iot/gateway-addon-python',
0 commit comments