Bump version to 5.0.4b1

This commit is contained in:
Ivan Kravets
2020-11-30 20:24:45 +02:00
parent c38b9a4144
commit a9ec38208c
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: f104fe7e39...6ab343f244

View File

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