From 0fedb9b7540e959cfa81619197a2409902f11116 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 17 Aug 2023 13:54:18 -0600 Subject: [PATCH] Bump version to 2023.08.0 --- 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 abd101b3..57dd687a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Aaron Bach" # The full version, including alpha/beta/rc tags -release = "2023.05.0" +release = "2023.08.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 2e384715..90741e28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ warn_unused_ignores = true [tool.poetry] name = "simplisafe-python" -version = "2023.05.0" +version = "2023.08.0" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]