Bump version to 5.2.5a7

This commit is contained in:
Ivan Kravets
2022-02-03 15:33:30 +02:00
parent e5fca99b52
commit a4cef2fbd8

View File

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