Bump version to 5.0.0b3

This commit is contained in:
Ivan Kravets
2020-08-28 21:55:55 +03:00
parent be487019f5
commit 7a49a74135

View File

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