Change-Id: I661f3ef2d54c6f5a25111cb0de4d8a4c128a4c80
The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.
-Paho is an `Eclipse Foundation <https://www.eclipse.org/org/foundation/>`_ project currently in the `incubation phase <http://www.eclipse.org/projects/what-is-incubation.php>`_.
+Paho is an `Eclipse Foundation <https://www.eclipse.org/org/foundation/>`_ project.
Contents
-__version__ = "0.9.1"
+__version__ = "1.0"
else:
EAGAIN = errno.EAGAIN
-VERSION_MAJOR=0
-VERSION_MINOR=9
-VERSION_REVISION=100
+VERSION_MAJOR=1
+VERSION_MINOR=0
+VERSION_REVISION=0
VERSION_NUMBER=(VERSION_MAJOR*1000000+VERSION_MINOR*1000+VERSION_REVISION)
MQTTv31 = 3