Skip to content

Commit ae01c05

Browse files
committed
ucloud: update version to 1.4.1.
1 parent 388c5c4 commit ae01c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino_iot_cloud/ucloud.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class InvalidStateError(Exception):
2121
try:
2222
from arduino_iot_cloud._version import __version__
2323
except (ImportError, AttributeError):
24-
__version__ = "1.5.0"
24+
__version__ = "1.4.1"
2525

2626
# Server/port for basic auth.
2727
_DEFAULT_SERVER = "iot.arduino.cc"

0 commit comments

Comments
 (0)