From 684760121c4d564186bf45a6da457d1e76254d88 Mon Sep 17 00:00:00 2001 From: kolo Date: Sun, 9 Feb 2025 13:42:06 +0300 Subject: [PATCH] some fix --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 760aa1a..05b8ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "argenta" -version = "0.1.3" +version = "0.2.0" description = "python library for creating cli apps" authors = [ {name = "kolo",email = "kolo.is.main@gmail.com"} diff --git a/setup.py b/setup.py index c09eed2..e74c722 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="argenta", - version="0.1.3", + version="0.2.0", author="kolo", author_email="kolo.is.main@gmail.com", description="Python library for creating CLI apps",