Bump version to 5.0.3a2

This commit is contained in:
Ivan Kravets
2020-11-03 15:11:52 +02:00
parent 038674835a
commit bc52e72605
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: d211a221e3...e87a0f3dc5

View File

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