Bump version to 5.0.3a1

This commit is contained in:
Ivan Kravets
2020-10-31 19:07:45 +02:00
parent 2e66c5f807
commit 950a540df4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ PlatformIO Core 5
5.0.3 (2020-??-??)
~~~~~~~~~~~~~~~~~~
* Generate a working "projectEnvName" for PlatformIO IDE's debugger for VSCode
- Generate a working "projectEnvName" for PlatformIO IDE's debugger for VSCode
5.0.2 (2020-10-30)
~~~~~~~~~~~~~~~~~~

View File

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