Bump version to 3.5.0a3

This commit is contained in:
Ivan Kravets
2017-08-08 14:44:25 +03:00
parent c05e1f7c9b
commit 51ff2b65f4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
import sys
VERSION = (3, 5, "0a2")
VERSION = (3, 5, "0a3")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"