Bump version to 5.0.5b5

This commit is contained in:
Ivan Kravets
2021-01-24 15:58:07 +02:00
parent bd4d3b914b
commit 15ff8f9d2a
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 23165e88d7...89ee78e13f

View File

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