Bump version to 3.4.1a2

This commit is contained in:
Ivan Kravets
2017-06-30 00:20:27 +03:00
parent 35a91dbd57
commit bf48643865
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 0f6088aed3...f49d1e2f81

View File

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