Bump version to 3.5.3b4

This commit is contained in:
Ivan Kravets
2018-05-14 22:14:10 -07:00
parent 19003ea51b
commit cb2c3b1b63

View File

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