Skip to content

Commit bfeaea5

Browse files
committed
umqtt.simple: Release 1.1.
1 parent b66c68e commit bfeaea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

umqtt.simple/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
srctype = micropython-lib
22
type = package
3-
version = 1.0.1
3+
version = 1.1
44
author = Paul Sokolovsky
55
desc = Lightweight MQTT client for MicroPython.
66
long_desc = README.rst

umqtt.simple/setup.py

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

77

88
setup(name='micropython-umqtt.simple',
9-
version='1.0.1',
9+
version='1.1',
1010
description='Lightweight MQTT client for MicroPython.',
1111
long_description=open('README.rst').read(),
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)