Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit bbf4792

Browse files
committed
bump version to 0.2.0
Signed-off-by: Manuel Argüelles <[email protected]>
1 parent 9119984 commit bbf4792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
HERE = pathlib.Path(__file__).parent
1111
README = (HERE / 'README.md').read_text()
1212

13-
VERSION = '0.1.4'
13+
VERSION = '0.2.0'
1414

1515
setup(
1616
name='thingsboard-micropython',

uthingsboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
__name__ = 'uthingsboard'
6-
__version__ = '0.1.4'
6+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)