From 102625281969b567cbd2b3619aaac6d7cff56218 Mon Sep 17 00:00:00 2001 From: Eldad Uzman Date: Wed, 20 Dec 2023 10:40:59 +0200 Subject: [PATCH] bumpup version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dea3690..1d4003a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-perf-unit" -version = "0.1.0-beta" +version = "0.1.1-beta" description = "Decorators and utilities for python performance unit testing" authors = ["Eldad Uzman "] license = "MIT"