Bump version to 6.0.2b1

This commit is contained in:
Ivan Kravets
2022-05-26 22:30:20 +03:00
parent 87dffa36b8
commit 440bb1e6f4

View File

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