From 1efea3c01868380ec4a6b80afe58fd6f5f43a203 Mon Sep 17 00:00:00 2001 From: Peng1104 Date: Thu, 19 Sep 2024 19:54:18 -0300 Subject: [PATCH] Update version to 1.2.3 in pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 99396f9..6576940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,7 @@ classifiers = [ urls.changelog = "https://github.com/Peng1104/YamlManager/releases/latest" urls.issues = "https://github.com/Peng1104/YamlManager/issues" urls.source = "https://github.com/Peng1104/YamlManager" -# Version read from __version__ field in __init__.py by Flit -dynamic = ["version"] +version = "1.2.3" dependencies = [ "PyYAML >= 5.1", ] \ No newline at end of file