Improved handling of library dependencies specified in `library.json` manifest // Resolve #814

This commit is contained in:
Ivan Kravets
2016-10-26 18:35:43 +03:00
parent 2ec0bbb023
commit c2bf38f873
8 changed files with 68 additions and 47 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
import sys
VERSION = (3, 2, "0a8")
VERSION = (3, 2, "0a9")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"