From a0a5ced679783be4d39bc6817e465fbbe899c473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Wed, 25 Jun 2025 10:58:57 +0200 Subject: [PATCH] bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40af1cc..c965684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ packages = ["optifik"] [tool.bumpver] -current_version = "0.1.0" +current_version = "0.1.1" version_pattern = "MAJOR.MINOR.PATCH" commit = true tag = true