Bump version to 6.0.3a7

This commit is contained in:
Ivan Kravets
2022-06-17 23:05:47 +03:00
parent b72c1636f7
commit 18e130fd12

View File

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