Skip to content

Commit e1b8086

Browse files
committed
Bump version.
1 parent 60cede9 commit e1b8086

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.10.1'
19+
__version__ = '0.11.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.10.1',
32+
version='0.11.0',
3333
description='Bindings for Mozilla WebThings Gateway add-ons',
3434
long_description=long_description,
3535
url='https://github.com/mozilla-iot/gateway-addon-python',

0 commit comments

Comments
 (0)