Bump version to 3.5.4a1

This commit is contained in:
Ivan Kravets
2018-06-09 01:37:38 +03:00
parent f9fde5d627
commit 46c904e67d

View File

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