Bump version to 3.5.2b1

This commit is contained in:
Ivan Kravets
2018-02-09 01:30:35 +02:00
parent aac0b29929
commit 46cca359e7

View File

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