Bump version to 3.5.0a10

This commit is contained in:
Ivan Kravets
2017-09-13 17:39:41 +03:00
parent 7963ce2cdd
commit 33242a02ce
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: ff0edca699...cfd1df9393

View File

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