diff --git a/docs/conf.py b/docs/conf.py index 57dd687a..e21fe819 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Aaron Bach" # The full version, including alpha/beta/rc tags -release = "2023.08.0" +release = "2023.10.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 7aa22317..8b198c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ warn_unused_ignores = true [tool.poetry] name = "simplisafe-python" -version = "2023.08.0" +version = "2023.10.0" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]