From fc8eddea7b6bc841a5cbdf3e9845d01ea90a2496 Mon Sep 17 00:00:00 2001 From: KamilCuk Date: Wed, 11 Dec 2024 23:07:18 +0100 Subject: [PATCH] bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3015db..c67b0e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "L_bash_profile" -version = "0.1.3" +version = "0.1.4" description = "Profile the execution speed of Bash script" readme = "README.md" requires-python = ">=3.9"