diff --git a/mqtt_automate/version.py b/mqtt_automate/version.py index b1225e5..7a2012e 100644 --- a/mqtt_automate/version.py +++ b/mqtt_automate/version.py @@ -1,2 +1,2 @@ """MQTTAutomate version.""" -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index d1ed0f5..898ed25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mqtt_automate" -version = "0.2.0" +version = "0.3.0" description = "Home Automation Engine powered by MQTT" authors = ["Dan Trickey "] license = "MIT"