From ca153ca7a66f7d2e9210f72df3177f871181cfba Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Tue, 21 Dec 2021 16:40:43 -0700 Subject: [PATCH] Bump version to 2021.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d3c561..c44a63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ use_parentheses = true [tool.poetry] name = "pytile" -version = "2021.10.0" +version = "2021.12.0" description = "A simple Python API for TileĀ® Bluetooth trackers" readme = "README.md" authors = ["Aaron Bach "]