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