diff --git a/docs/conf.py b/docs/conf.py index 1fce7604..d3d8813d 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.0.1" +release = "9.0.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d87b50a6..fa27bc3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ use_parentheses = true [tool.poetry] name = "simplisafe-python" -version = "9.0.1" +version = "9.0.2" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]