mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Bump version to 3.4.0b4
This commit is contained in:
@ -41,8 +41,7 @@ PlatformIO
|
||||
:target: http://platformio.org
|
||||
|
||||
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
|
||||
development. Cross-platform build system, unified debugger and library manager.
|
||||
Continuous and IDE integration. Arduino, ESP8266 and ARM mbed compatible
|
||||
development. Cross-platform IDE and unified debugger. Remote unit testing and firmware updates.
|
||||
|
||||
* **PlatformIO IDE** - The next-generation integrated development environment for IoT.
|
||||
C/C++ Intelligent Code Completion and Smart Code Linter for the super-fast coding.
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
import sys
|
||||
|
||||
VERSION = (3, 4, "0b3")
|
||||
VERSION = (3, 4, "0b4")
|
||||
__version__ = ".".join([str(s) for s in VERSION])
|
||||
|
||||
__title__ = "platformio"
|
||||
|
Reference in New Issue
Block a user