Bump version to 5.0.0b2

This commit is contained in:
Ivan Kravets
2020-08-26 06:40:46 +03:00
parent 0db39ccfbd
commit 1560fb724c

View File

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