Bump version to 5.0.2b5

This commit is contained in:
Ivan Kravets
2020-10-28 22:53:29 +02:00
parent adf9ba29df
commit 9efac669e6

View File

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