We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388c5c4 commit ae01c05Copy full SHA for ae01c05
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.5.0"
+ __version__ = "1.4.1"
25
26
# Server/port for basic auth.
27
_DEFAULT_SERVER = "iot.arduino.cc"
0 commit comments