From 2cd073150e920432d724bf9fb0681c049a77af43 Mon Sep 17 00:00:00 2001 From: Matthieu Jolimaitre Date: Thu, 7 Nov 2024 11:03:27 +0100 Subject: [PATCH] bump ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8182635..5d6487d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "okipy" -version = "1.1.0" +version = "1.1.1" description = "Minimal, typed, functional and dynamic test library." keywords = ["test", "functional", "library", "testing", "dynamic", "minimal"]