Bump version to 3.5.1a3

This commit is contained in:
Ivan Kravets
2018-01-05 00:18:08 +02:00
parent ba858989f2
commit a4770a27f4

View File

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