From 10db4b18ed3c606431a485acd914b583404edddb Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Mon, 24 Jan 2022 15:46:43 -0700 Subject: [PATCH] Bump version to 2022.01.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c44a63d..18976db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ use_parentheses = true [tool.poetry] name = "pytile" -version = "2021.12.0" +version = "2022.01.0" description = "A simple Python API for TileĀ® Bluetooth trackers" readme = "README.md" authors = ["Aaron Bach "]