From 83bf4436e8c854d0f096c5b0a4be3c48b9484ade Mon Sep 17 00:00:00 2001 From: Giuseppe Lumia Date: Tue, 4 Jan 2022 21:47:48 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3430dd6..fe057e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylaprof" -version = "0.4.4" +version = "0.4.5" description = "A Python sampling profiler for AWS Lambda functions (and not only)." authors = ["Giuseppe Lumia "] license = "MIT"