Bump version to 3.4.0b10

This commit is contained in:
Ivan Kravets
2017-06-02 02:34:52 +03:00
parent 52f0e556e2
commit d30b8fffa1

View File

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