diff --git a/pyproject.toml b/pyproject.toml index 9db1fd3..e26a355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sudoisbot" -version = "0.4.9" +version = "0.4.10" description = "a home automation and monitoring system written to learn zmq" authors = ["Ben Kristinsson "] homepage = "https://www.sudo.is" diff --git a/sudoisbot/__init__.py b/sudoisbot/__init__.py index d17b8d4..c7bccd4 100644 --- a/sudoisbot/__init__.py +++ b/sudoisbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.9' +__version__ = '0.4.10' import argparse import os