We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2164c88 commit 94f1584Copy full SHA for 94f1584
umqtt.simple/metadata.txt
@@ -1,6 +1,6 @@
1
srctype = micropython-lib
2
type = package
3
-version = 1.3.2
+version = 1.3.3
4
author = Paul Sokolovsky
5
desc = Lightweight MQTT client for MicroPython.
6
long_desc = README.rst
umqtt.simple/setup.py
@@ -7,7 +7,7 @@
7
import optimize_upip
8
9
setup(name='micropython-umqtt.simple',
10
- version='1.3.2',
+ version='1.3.3',
11
description='Lightweight MQTT client for MicroPython.',
12
long_description=open('README.rst').read(),
13
url='https://github.com/micropython/micropython-lib',
0 commit comments