Bump version to 6.1.1a3

This commit is contained in:
Ivan Kravets
2022-07-09 17:23:57 +03:00
parent 0bd27a36e9
commit c8c4028a23
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: c0afced987...c72ff5c901

View File

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