We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9590764 commit dc8bee1Copy full SHA for dc8bee1
src/arduino_iot_cloud/ucloud.py
@@ -21,7 +21,7 @@ class InvalidStateError(Exception):
21
try:
22
from arduino_iot_cloud._version import __version__
23
except (ImportError, AttributeError):
24
- __version__ = "1.3.1"
+ __version__ = "1.3.2"
25
26
# Server/port for basic auth.
27
_DEFAULT_SERVER = "iot.arduino.cc"
0 commit comments