Skip to content

Commit 607c62a

Browse files
committed
umqtt.simple: Release 1.3.4.
1 parent a09b3ec commit 607c62a

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.3.3
3+
version = 1.3.4
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
@@ -7,7 +7,7 @@
77
import optimize_upip
88

99
setup(name='micropython-umqtt.simple',
10-
version='1.3.3',
10+
version='1.3.4',
1111
description='Lightweight MQTT client for MicroPython.',
1212
long_description=open('README.rst').read(),
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)