From e427092597133ec3c7492905ba15c74b76ddd077 Mon Sep 17 00:00:00 2001 From: leolivier Date: Sat, 12 Oct 2024 18:50:09 +0200 Subject: [PATCH] Update version to 1.5 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0cfc7a..65d4415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "auto-po-lyglot" -version = "1.4.1" +version = "1.5" #dynamic = ["version"] authors = [ { name="Olivier LEVILLAIN", email="levillain.olivier@gmail.com" }, @@ -62,4 +62,4 @@ markers = [ ] testpaths = [ "./tests", -] \ No newline at end of file +]