Bump version to 3.6.1a1

This commit is contained in:
Ivan Kravets
2018-08-27 18:56:06 +03:00
parent 78c383eb68
commit 8d1ff91af1

View File

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