Skip to content

Commit 8c5719d

Browse files
committed
Merge tag 'v1.0.1' into develop
Bump version to 1.0.1
2 parents 3e699f3 + 0a464a7 commit 8c5719d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pioinstaller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import logging.config
1616

17-
VERSION = (1, 0, 0)
17+
VERSION = (1, 0, 1)
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio-installer"

0 commit comments

Comments
 (0)