From 743eeacfbe21da7df621764563ae0098cf05fd17 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Mon, 10 Apr 2023 14:55:21 -0600 Subject: [PATCH] Bump version to 2023.04.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ac8f8d..9753ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ warn_unused_ignores = true [tool.poetry] name = "pytile" -version = "2022.10.0" +version = "2023.04.0" description = "A simple Python API for TileĀ® Bluetooth trackers" readme = "README.md" authors = ["Aaron Bach "]