Bump version 0.7.2

This commit is contained in:
Paulus Schoutsen 2015-09-09 19:37:44 -07:00
parent 73797dad2d
commit 6e458114f4

View File

@ -1,6 +1,6 @@
""" Constants used by Home Assistant components. """
__version__ = "0.7.2rc0"
__version__ = "0.7.2"
# Can be used to specify a catch all when registering state or event listeners.
MATCH_ALL = '*'