Bump version to 3.6.2b6

This commit is contained in:
Ivan Kravets
2018-11-27 00:55:30 +02:00
parent d475f44e49
commit 3d52710935

View File

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