Bump version to 2021.9.0-dev

This commit is contained in:
Jesse Hills 2021-08-18 15:19:25 +12:00
parent 29db77c9c9
commit 2100ef63a9
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 1 additions and 1 deletions

View File

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