There was an error while loading. Please reload this page.
1 parent 687c339 commit eb09af0Copy full SHA for eb09af0
platformio/__init__.py
@@ -14,7 +14,7 @@
14
15
import sys
16
17
-VERSION = (5, 0, "2a1")
+VERSION = (5, 0, "2a2")
18
__version__ = ".".join([str(s) for s in VERSION])
19
20
__title__ = "platformio"
0 commit comments