Skip to content

Commit dc8bee1

Browse files
committed
misc: Bump firmware version.
1 parent 9590764 commit dc8bee1

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.3.1"
24+
__version__ = "1.3.2"
2525

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

0 commit comments

Comments
 (0)