From 9b347f38a46c268a7b9a8c3a859f266b4eb955c7 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Fri, 7 Feb 2025 12:10:15 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=20from=200.2.3=20to=200.2.4=20?= =?UTF-8?q?=F0=9F=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated `version` in `pyproject.toml` from 0.2.3 to 0.2.4. --- poster/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poster/pyproject.toml b/poster/pyproject.toml index 4c9542d..49cd483 100644 --- a/poster/pyproject.toml +++ b/poster/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "deciphon-poster" -version = "0.2.3" +version = "0.2.4" description = "Poster for Deciphon scheduler." authors = [{ name = "Danilo Horta", email = "danilo.horta@pm.me" }] requires-python = "~=3.10"