Bump version to 3.6.0a6

This commit is contained in:
Ivan Kravets
2018-07-06 15:26:45 +03:00
parent 83ccf96f36
commit 7c5c5b5f70

View File

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