Skip to content

Commit 9e8a627

Browse files
committed
Bump version.
1 parent a7d4780 commit 9e8a627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gateway_addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .outlet import Outlet
1717
from .property import Property
1818

19-
__version__ = '0.12.0'
19+
__version__ = '1.0.0'
2020
API_VERSION = 2
2121

2222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name='gateway_addon',
32-
version='0.12.0',
32+
version='1.0.0',
3333
description='Bindings for WebThings Gateway add-ons',
3434
long_description=long_description,
3535
url='https://github.com/WebThingsIO/gateway-addon-python',

0 commit comments

Comments
 (0)