Bump version to 3.5.0b4

This commit is contained in:
Ivan Kravets
2017-11-25 01:12:49 +02:00
parent fc96806e68
commit a983f60fa0

View File

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