From 67118d06590919e218329fd3f13876f63fb5408d Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Tue, 11 Feb 2020 12:18:01 -0700 Subject: [PATCH] Bump version to 7.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d05d356..d09d50e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ use_parentheses = true [tool.poetry] name = "simplisafe-python" -version = "7.2.1" +version = "7.2.2" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]