Bump version to 3.6.0a4

This commit is contained in:
Ivan Kravets
2018-06-30 19:48:30 +03:00
parent e21ac05e71
commit 3e0feeabb4

View File

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