Bump version to 5.1.1a1

This commit is contained in:
Ivan Kravets
2021-02-01 13:01:31 +02:00
parent e63019c469
commit e01cd1c037
3 changed files with 3 additions and 3 deletions

2
docs

Submodule docs updated: 25edd66d55...2447aeac64

View File

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