Skip to content

Commit bb43824

Browse files
committed
Update version in __init__.py.
Signed-off-by: ubi de feo <[email protected]>
1 parent 8b64a5c commit bb43824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__author__ = "Murilo Polese"
22
__credits__ = ["Murilo Polese", "Ubi de Feo", "Sebastian Romero"]
33
__license__ = "MPL 2.0"
4-
__version__ = "0.1.0"
4+
__version__ = "0.4.0"
55
__maintainer__ = "Arduino"
66

77
from .arduino import *

0 commit comments

Comments
 (0)