Bump version to 5.0.4a2

This commit is contained in:
Ivan Kravets
2020-11-14 20:10:45 +02:00
parent c1906714ee
commit b96f2a19b5

View File

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