1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Bump version to 2021.10.0-dev

This commit is contained in:
Jesse Hills
2021-09-09 10:28:34 +12:00
parent d2616cbdfc
commit bad161a5c1

View File

@@ -1,6 +1,6 @@
"""Constants used by esphome."""
__version__ = "2021.9.0-dev"
__version__ = "2021.10.0-dev"
ESP_PLATFORM_ESP32 = "ESP32"
ESP_PLATFORM_ESP8266 = "ESP8266"