Bump version to 3.5.1a4

This commit is contained in:
Ivan Kravets
2018-01-10 02:12:26 +02:00
parent 1090c414f5
commit cfb04b31a4

View File

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