Bump version to 6.0.3a3

This commit is contained in:
Ivan Kravets
2022-06-13 20:19:28 +03:00
parent 854c549e1c
commit 46858fff39

View File

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