Bump version to 6.0.0a2

This commit is contained in:
Ivan Kravets
2022-04-25 22:11:50 +03:00
parent 19e22d74f3
commit 5895fb9faf
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: ec9d6ca64c...4bc27be71c

View File

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