Bump version to 5.2.5a4

This commit is contained in:
Ivan Kravets
2021-12-20 19:28:28 +02:00
parent b7f685ed62
commit f6e9e15253

View File

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