Start a work on PIO Core 3.5.3

This commit is contained in:
Ivan Kravets
2018-03-13 12:02:25 +02:00
parent bc323252e8
commit 6a49df7dfe

View File

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