From 60930fd9a35fc5be1602aa9901cb3324b178e186 Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Sun, 10 Oct 2021 01:19:39 +0200 Subject: [PATCH] Bump version to 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1314760..d8ffdc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "powerline-taskwarrior" -version = "1.0.0" +version = "1.0.1" description = "Powerline segments for showing information from the Taskwarrior task manager" authors = ["German Lashevich "] license = "MIT"