From 9c1a6b9ee9479427313fe123c5b1cea2bc836ff2 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 10 Sep 2020 13:59:23 -0600 Subject: [PATCH] Bump version to 9.3.1 --- 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 1d84a385..770644d3 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 = "9.3.0" +release = "9.3.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 18e907fd..a1b6ef3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ use_parentheses = true [tool.poetry] name = "simplisafe-python" -version = "9.3.0" +version = "9.3.1" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]