Bump version to 3.2b6

This commit is contained in:
Ivan Kravets
2016-12-05 19:25:36 +02:00
parent 08cda5e7ea
commit 898513c95f

View File

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