Bump version to 5.2.0a5

This commit is contained in:
Ivan Kravets
2021-04-12 22:38:56 +03:00
parent 5bfe70142e
commit 834c7b0def

View File

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