diff --git a/platformio/__init__.py b/platformio/__init__.py index 33f84f8d..1da24c3b 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (2, 3, "0b2") +VERSION = (2, 3, "0b3") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" diff --git a/setup.py b/setup.py index 1d72d87f..fcf664e2 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,9 @@ setup( "projectconftpl.ini", "boards/*.json", "ide/tpls/*/.*.tpl", - "ide/tpls/*/*.tpl" + "ide/tpls/*/*.tpl", + "ide/tpls/*/*/*.tpl", + "ide/tpls/*/.*/*.tpl" ] }, entry_points={