Bump version to 5.0.5b1

This commit is contained in:
Ivan Kravets
2021-01-18 18:21:27 +02:00
parent 6ff67aeadf
commit db97a7d9d3
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 515ac0e6b9...b33bf7a282

View File

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