From 786a65a9271a121c9ee32f2e3a101af2951fa7f8 Mon Sep 17 00:00:00 2001 From: coolcode Date: Sun, 4 Feb 2024 14:24:33 +0800 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25a53c5..e471f75 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = f.read() description = "Tomato Clock is a straightforward command-line Pomodoro application." -version = "0.1.0" +version = "0.1.2" setup( name="tomato-clock",