From f628c3b5b54cbd9dc38f60fd062aaee22fb87f15 Mon Sep 17 00:00:00 2001 From: kolo Date: Sat, 10 May 2025 00:11:57 +0300 Subject: [PATCH] v1.0.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e71d57d..6600f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "argenta" -version = "1.0.1" +version = "1.0.2" description = "Python library for building modular CLI applications" authors = [{ name = "kolo", email = "kolo.is.main@gmail.com" }] -requires-python = ">=3.11, <4.0" +requires-python = ">=3.8" readme = "README.md" license = { text = "MIT" } dependencies = [