From 47ce934343193e16e1cfd899db238c590a7d9695 Mon Sep 17 00:00:00 2001 From: Andreas Fiehn Date: Sat, 10 Jan 2026 19:43:19 +0100 Subject: [PATCH] bump version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c500af..2c6b11f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gittask-cli" -version = "0.1.1" +version = "0.2.0" description = "Git-Asana CLI & Time Tracker" readme = "README.md" requires-python = ">=3.10"