forked from platformio/platformio-core
Bump version to 5.1.1a1
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 25edd66d55...2447aeac64
2
examples
2
examples
Submodule examples updated: 8a6e639b2b...39a57d28d4
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
VERSION = (5, 1, 0)
|
||||
VERSION = (5, 1, "1a1")
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user