From 45da137efe58e843bceec4f767217ef6df146feb Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 8 Oct 2021 16:48:22 -0600 Subject: [PATCH] Bump version to 12.0.0-alpha.4 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 013e9f30..51979ae1 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.0-alpha.3" +release = "12.0.0-alpha.4" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f194c628..405ad645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ warn_unused_ignores = true [tool.poetry] name = "simplisafe-python" -version = "12.0.0-alpha.3" +version = "12.0.0-alpha.4" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]