Bump version to 3.5.3a9

This commit is contained in:
Ivan Kravets
2018-04-12 18:47:12 -07:00
parent 2c0ca3e437
commit 02efe4f7f3

View File

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