kopia lustrzana https://github.com/micropython/micropython-lib
umqtt.simple: Release 1.2.
rodzic
b5f9cd2581
commit
d6a3434ebe
|
@ -1,6 +1,6 @@
|
||||||
srctype = micropython-lib
|
srctype = micropython-lib
|
||||||
type = package
|
type = package
|
||||||
version = 1.1
|
version = 1.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
|
||||||
|
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
setup(name='micropython-umqtt.simple',
|
setup(name='micropython-umqtt.simple',
|
||||||
version='1.1',
|
version='1.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/issues/405',
|
url='https://github.com/micropython/micropython/issues/405',
|
||||||
|
|
Ładowanie…
Reference in New Issue