Skip to content

Commit e199212

Browse files
authored
Merge pull request #43 from arduino/dev
Version 1.1.3
2 parents 179d60f + e5ab5f5 commit e199212

File tree

9 files changed

+240
-38
lines changed

9 files changed

+240
-38
lines changed

arduino_alvik/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
__author__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
66
__license__ = "MPL 2.0"
7-
__version__ = "1.1.2"
7+
__version__ = "1.1.3"
88
__maintainer__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
9-
__required_firmware_version__ = "1.1.0"
9+
__required_firmware_version__ = "1.1.1"
1010

1111
from .arduino_alvik import *

0 commit comments

Comments
 (0)