Bump version to v1.9.3

This commit is contained in:
Otto Winter 2018-12-01 13:37:28 +01:00
parent 1726c4237b
commit a463c59733
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
MAJOR_VERSION = 1
MINOR_VERSION = 9
PATCH_VERSION = '2'
PATCH_VERSION = '3'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
ESPHOMELIB_VERSION = '1.9.2'
ESPHOMELIB_VERSION = '1.9.3'
ESP_PLATFORM_ESP32 = 'ESP32'
ESP_PLATFORM_ESP8266 = 'ESP8266'