Bump version to 6.0.3a2

This commit is contained in:
Ivan Kravets
2022-06-11 20:56:24 +03:00
parent 7f351bc7c8
commit 7aaa9c028b

View File

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