From 00f47caa8edc5d2222984013084b4738fb4f4107 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Tue, 10 Oct 2023 20:41:26 -0600 Subject: [PATCH] Bump version to 2023.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fde7731..eaa632d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ warn_unused_ignores = true [tool.poetry] name = "pytile" -version = "2023.08.0" +version = "2023.10.0" description = "A simple Python API for TileĀ® Bluetooth trackers" readme = "README.md" authors = ["Aaron Bach "]