diff --git a/docs/conf.py b/docs/conf.py index 577c68c7..f86881f1 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 = "12.0.2" +release = "2021.10.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 2a36a3d8..94aef257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ warn_unused_ignores = true [tool.poetry] name = "simplisafe-python" -version = "12.0.2" +version = "2021.10.0" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]