Bump version to 5.2.0a6

This commit is contained in:
Ivan Kravets
2021-04-21 20:52:27 +03:00
parent ad28d1906c
commit 286f4ef961

View File

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