Bump version to 5.2.5b1

This commit is contained in:
Ivan Kravets
2022-02-04 19:15:55 +02:00
parent 9c10e00234
commit 362823c1e1

View File

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