From 05d6ffb9c1976ce1f1af87d405084f8b881d3971 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Wed, 1 Nov 2023 17:50:38 +0200 Subject: [PATCH] Bump version to 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b30e4a..73ca07b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taskbadger" -version = "1.1.0" +version = "1.2.0" description = "The official Python SDK for Task Badger" license = "Apache-2.0"