kopia lustrzana https://github.com/micropython/micropython-lib
umqtt.simple: Release 1.3.2.
rodzic
de9fcc53d5
commit
6e0f020fcd
|
@ -1,6 +1,6 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = package
|
type = package
|
||||||
version = 1.3.1
|
version = 1.3.2
|
||||||
author = Paul Sokolovsky
|
author = Paul Sokolovsky
|
||||||
desc = Lightweight MQTT client for MicroPython.
|
desc = Lightweight MQTT client for MicroPython.
|
||||||
long_desc = README.rst
|
long_desc = README.rst
|
||||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
||||||
import optimize_upip
|
import optimize_upip
|
||||||
|
|
||||||
setup(name='micropython-umqtt.simple',
|
setup(name='micropython-umqtt.simple',
|
||||||
version='1.3.1',
|
version='1.3.2',
|
||||||
description='Lightweight MQTT client for MicroPython.',
|
description='Lightweight MQTT client for MicroPython.',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
url='https://github.com/micropython/micropython-lib',
|
url='https://github.com/micropython/micropython-lib',
|
||||||
|
|
Ładowanie…
Reference in New Issue