Bump version to 5.1.1b1

This commit is contained in:
Ivan Kravets
2021-03-11 14:49:20 +02:00
parent 44b85f6e4b
commit 5b4a78ba20

View File

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