Bump version to 5.2.4b1

This commit is contained in:
Ivan Kravets
2021-12-02 14:20:46 +02:00
parent 014090c407
commit 6e8f60a27a

View File

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