From 25e6c60a053251f6446d6a4f2fd2dc06d492c0e7 Mon Sep 17 00:00:00 2001 From: Yogesh Kumar Date: Thu, 19 Sep 2024 14:10:04 +0300 Subject: [PATCH] bump up version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a38229..aa090b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "nag" -version = "0.2.3a6" +version = "0.2.3a7" description = "A command line time blocker that nags you to get things done" authors = ["Yogesh Kumar "] license = "MIT"