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
|
||||
type = package
|
||||
version = 1.3.1
|
||||
version = 1.3.2
|
||||
author = Paul Sokolovsky
|
||||
desc = Lightweight MQTT client for MicroPython.
|
||||
long_desc = README.rst
|
||||
|
|
|
@ -7,7 +7,7 @@ sys.path.append("..")
|
|||
import optimize_upip
|
||||
|
||||
setup(name='micropython-umqtt.simple',
|
||||
version='1.3.1',
|
||||
version='1.3.2',
|
||||
description='Lightweight MQTT client for MicroPython.',
|
||||
long_description=open('README.rst').read(),
|
||||
url='https://github.com/micropython/micropython-lib',
|
||||
|
|
Ładowanie…
Reference in New Issue