Bump new version

This commit is contained in:
Ivan Kravets
2016-09-02 00:46:06 +03:00
parent bbe6550abe
commit b06dc1e63f

View File

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