From dc75ebbc4d8730c277469aa95c06efc42312fbc3 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Sat, 23 Nov 2019 11:42:43 -0700 Subject: [PATCH] Bump version to 5.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 981e3202..99eb6432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simplisafe-python" -version = "5.3.2" +version = "5.3.3" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]