Bump version to 5.0.2a2

This commit is contained in:
Ivan Kravets
2020-09-12 23:21:33 +03:00
parent 687c339f20
commit eb09af06ed

View File

@ -14,7 +14,7 @@
import sys
VERSION = (5, 0, "2a1")
VERSION = (5, 0, "2a2")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"