Bump version 0.7.2

This commit is contained in:
Paulus Schoutsen 2015-09-09 19:37:44 -07:00
parent 2e8573b6bd
commit 0509b478e9

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 = '*'