Bump version to 3.5.3b2

This commit is contained in:
Ivan Kravets
2018-04-30 16:50:23 +03:00
parent c9fa2206ef
commit b476e298d3

View File

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