diff --git a/docs/conf.py b/docs/conf.py index 66df5fd3..157020b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Aaron Bach" # The full version, including alpha/beta/rc tags -release = "9.4.0" +release = "9.4.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d51a5721..e8a982b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ use_parentheses = true [tool.poetry] name = "simplisafe-python" -version = "9.4.0" +version = "9.4.1" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]