Bump version to 3.5.0a17

This commit is contained in:
Ivan Kravets
2017-11-01 14:14:03 +02:00
parent e5e5ebb7db
commit f85202d64c

View File

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