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

Bump version to 1.9.0b2

This commit is contained in:
Otto Winter
2018-10-31 16:35:45 +01:00
parent 467ef9902f
commit 4dce7fa103

View File

@@ -1,11 +1,11 @@
"""Constants used by esphomeyaml."""
MAJOR_VERSION = 1
MINOR_VERSION = 10
PATCH_VERSION = '0-dev'
MINOR_VERSION = 9
PATCH_VERSION = '0b2'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
ESPHOMELIB_VERSION = 'dev'
ESPHOMELIB_VERSION = '1.9.0b2'
ESP_PLATFORM_ESP32 = 'ESP32'
ESP_PLATFORM_ESP8266 = 'ESP8266'