From 889de4eee1c34f9b006b685c587fb8e408aedc69 Mon Sep 17 00:00:00 2001 From: hglong16 Date: Thu, 1 Jun 2023 12:08:41 +0700 Subject: [PATCH] v0.1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69e8736..4c21459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "execy" -version = "0.1.7" +version = "0.1.8" description = "The ececy exec_time decorator is a utility that measures the execution time of a function. It can be used to easily track and log the time taken by a function to execute, both for synchronous and asynchronous functions." authors = [ { name = "hglong16", email = "intihad.vuong@gmail.com" }