Bump version to 5.0.2b3

This commit is contained in:
Ivan Kravets
2020-10-26 22:25:47 +02:00
parent 0ecfe8105f
commit 779eaee310

View File

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