From be64503d7dc280be8b59ceb7f34f1d49dd9bb349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 2 May 2024 17:12:39 +0200 Subject: [PATCH] chg: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19df1c0..145d63b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lacuscore" -version = "1.9.2" +version = "1.9.3" description = "Core of Lacus, usable as a module" authors = ["Raphaƫl Vinot "] license = "BSD-3-Clause"