Bump version to 3.5.3b1

This commit is contained in:
Ivan Kravets
2018-04-20 15:55:29 +03:00
parent 3ce62fbafe
commit ccb63a9ecc

View File

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