We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e699f3 commit 0219b15Copy full SHA for 0219b15
pioinstaller/__init__.py
@@ -14,7 +14,7 @@
14
15
import logging.config
16
17
-VERSION = (1, 0, 0)
+VERSION = (1, 0, 1)
18
__version__ = ".".join([str(s) for s in VERSION])
19
20
__title__ = "platformio-installer"
0 commit comments