Bump version to 6.0.2a1

This commit is contained in:
Ivan Kravets
2022-05-17 19:47:33 +03:00
parent 83b00ac80c
commit f2bdb17c55

View File

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