From deec59e73bc7ce6d02a73360cf3d94d7fa341c01 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Sat, 20 Jan 2024 10:30:45 -0700 Subject: [PATCH] Bump version to 2024.01.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 76e985bd..7fed15c1 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.12.0" +release = "2024.01.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 013f1336..1696cf16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ warn_unused_ignores = true [tool.poetry] name = "simplisafe-python" -version = "2023.12.0" +version = "2024.01.0" description = "A Python3, async interface to the SimpliSafe API" readme = "README.md" authors = ["Aaron Bach "]