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 a7d4780 commit 9e8a627Copy full SHA for 9e8a627
gateway_addon/__init__.py
@@ -16,7 +16,7 @@
16
from .outlet import Outlet
17
from .property import Property
18
19
-__version__ = '0.12.0'
+__version__ = '1.0.0'
20
API_VERSION = 2
21
22
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='gateway_addon',
32
- version='0.12.0',
+ version='1.0.0',
33
description='Bindings for WebThings Gateway add-ons',
34
long_description=long_description,
35
url='https://github.com/WebThingsIO/gateway-addon-python',
0 commit comments