Bump version to 6.0.0rc1

This commit is contained in:
Ivan Kravets
2022-05-10 20:22:36 +03:00
parent e6938f8f39
commit 280bede0e9

View File

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