Bump version to 3.5.0a1

This commit is contained in:
Ivan Kravets
2017-08-02 22:17:21 +03:00
parent 578dfa40aa
commit bbcc79208c

View File

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