Skip to content

Commit 8a1f4eb

Browse files
committed
doc: version and authors in __init__.py updated ucPack dep version
1 parent 7338d68 commit 8a1f4eb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

arduino_alvik/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1+
"""
2+
Arduino Alvik micropython library
3+
"""
4+
5+
__author__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
6+
__license__ = "MPL 2.0"
7+
__version__ = "1.0.1"
8+
__maintainer__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
9+
110
from .arduino_alvik import *

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
["arduino_alvik/stm32_flash.py", "github:arduino/arduino-alvik-mpy/arduino_alvik/stm32_flash.py"]
1111
],
1212
"deps": [
13-
["github:arduino/ucPack-mpy", "0.1.5"]
13+
["github:arduino/ucPack-mpy", "0.1.6"]
1414
],
1515
"version": "1.0.0"
1616
}

0 commit comments

Comments
 (0)