mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Unbreak dev
This commit is contained in:
parent
4778ec4f94
commit
53dde0e4e1
@ -3,7 +3,6 @@
|
||||
MAJOR_VERSION = 0
|
||||
MINOR_VERSION = 36
|
||||
PATCH_VERSION = '0.dev0'
|
||||
>>>>>>> master
|
||||
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
|
||||
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
|
||||
REQUIRED_PYTHON_VER = (3, 4, 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user