From 77416cf22c6b3a8fed206f76fea7b6a2f9decc82 Mon Sep 17 00:00:00 2001 From: kolo Date: Wed, 8 Oct 2025 20:49:29 +0300 Subject: [PATCH] release 1.1.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 702b66d..6e0356a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "argenta" -version = "1.1.1rc0" +version = "1.1.1" description = "Python library for building modular CLI applications" authors = [{ name = "kolo", email = "kolo.is.main@gmail.com" }] -requires-python = ">=3.8" +requires-python = ">=3.11" readme = "README.md" license = { text = "MIT" } dependencies = [