Bump version to 5.2.3b4

This commit is contained in:
Ivan Kravets
2021-11-02 20:06:08 +02:00
parent ceb3a19b81
commit abcc4c0a12

View File

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