Skip to content

Commit 5876578

Browse files
committed
misc: Update release version.
1 parent 8dd84fe commit 5876578

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.2"
24+
__version__ = "1.3.3"
2525

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

0 commit comments

Comments
 (0)