Bump version to 1.0.1

This commit is contained in:
Otto Winter 2018-11-14 23:04:19 +01:00
parent 9f54afd78d
commit b219641676
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import re
__version__ = "1.0.0"
__version__ = "1.0.1"
ESP32_DEFAULT_OTA_DATA = 'https://raw.githubusercontent.com/espressif/arduino-esp32/1.0.0/tools/partitions/boot_app0.bin'
ESP32_DEFAULT_BOOTLOADER_FORMAT = 'https://raw.githubusercontent.com/espressif/arduino-esp32/' \