Bump version to 5.3.0a2

This commit is contained in:
Ivan Kravets
2022-02-11 22:42:50 +02:00
parent 34ea4d8f41
commit c37fbda7a8

View File

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